Chatter
Chatter copied to clipboard
Chat app for gitter
Fixes #199 **Changes:** Changed message displayed when no more messages are available in a chat room. Now the text displayed will be "There seem to be no more messages".
**Actual Behaviour** Currently, when no more messages are there to display, toast pops up with "There seems to be no rooms, please try again later". **Expected Behaviour** The correct text...
Please see https://f-droid.org/en/docs/Inclusion_How-To/ FDroid is an alternative to the Play Store. It contains Free and Open Source apps.
Fixes #182
Add Support for faye for real-time data of rooms,message and other resources. References https://github.com/elirex/android-faye-client https://developer.gitter.im/docs/faye-endpoint
log ``` java.lang.RuntimeException: at android.os.AsyncTask$3.done (AsyncTask.java:354) at java.util.concurrent.FutureTask.finishCompletion (FutureTask.java:383) at java.util.concurrent.FutureTask.setException (FutureTask.java:252) at java.util.concurrent.FutureTask.run (FutureTask.java:271) at android.os.AsyncTask$SerialExecutor$1.run (AsyncTask.java:245) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641) at java.lang.Thread.run (Thread.java:764) Caused by: java.lang.IllegalStateException:...
Currently all the code-files are in a single directory. Organizing it into directories for Fragments, Adapters etc. would be easy for viewing purposes.
 Clicking on any tab shows a blank activity / fragment
When the user first selects the Rooms tab, it works fine. (I am working on the issue #26 ) . But after frequent and continuous traversal of all the tabs,...
**Actual Behaviour** At present, the Room message show without any order means recent message display on top of recycler view and room message has not a proper layout and there...