campyre
campyre copied to clipboard
RETIRED: A Campfire client for Android.
Retrofit is a handy framework for going from a java interface to a remote service. Handles threading and it can parse json responses directly into java objects pretty seamlessly. Disclaimer:...
... this would probably clean up a lot of code. Though we'd still need to catch in some places, so I'm not sure what this would do to stability and...
Under certain circumstances, it's easier for me to get my api token than my password, and easier to send to my phone (ie, chrome2phone). It'd be nice to not have...
GSON takes all the work out of dealing with json and java objects. No more manual extraction of fields.
Shouldn't be too hard; if an image ends in .gif, feed it to a Movie. Details at: http://stackoverflow.com/questions/3660209/android-display-animated-gif Need to verify behavior with fixed (single frame) gifs.
It looks like attachments are just not even included in the message list. Am I doing something wrong, or does campyre ignore this? Would be great to show preview if...
This requires a background service, and a database of notified messages. This would use the transcript API and wouldn't require being joined. It could be separate from the app itself,...
I know I used to have an issue for this; not sure where it went. In the lobby, and in the room itself, it should be possible to see who's...
Two separate ones rolled in, in Market reporting. ``` java.lang.OutOfMemoryError: (Heap Size=19435KB, Allocated=17898KB, Bitmap Size=213KB) at org.apache.http.util.ByteArrayBuffer.(ByteArrayBuffer.java:53) at org.apache.http.impl.io.AbstractSessionInputBuffer.init(AbstractSessionInputBuffer.java:82) at org.apache.http.impl.io.SocketInputBuffer.(SocketInputBuffer.java:93) at org.apache.http.impl.SocketHttpClientConnection.createSessionInputBuffer(SocketHttpClientConnection.java:83) at org.apache.http.impl.conn.DefaultClientConnection.createSessionInputBuffer(DefaultClientConnection.java:170) at org.apache.http.impl.SocketHttpClientConnection.bind(SocketHttpClientConnection.java:106) at org.apache.http.impl.conn.DefaultClientConnection.openCompleted(DefaultClientConnection.java:129) at...
Like the web client, now that using the /recent endpoint has made timestamps from prior days possible.