Chatter icon indicating copy to clipboard operation
Chatter copied to clipboard

Chat app for gitter

Results 20 Chatter issues
Sort by recently updated
recently updated
newest added

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.

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.

![image](https://user-images.githubusercontent.com/5569219/40046171-e29d2d44-5849-11e8-9170-a03a670a9c47.png) Clicking on any tab shows a blank activity / fragment

BOUNTY: 200
BOSS

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,...

bug
BOUNTY: 50
BOSS

**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...