2
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed copyright message More... about 12 years ago
FIX: Turned off autocorrect since it's buggy. FIX: Added css gradient support for different browsers. More... over 12 years ago
Even better handling of message highlighting. Own /me messages aren't highlighted. More... almost 13 years ago
Highlighting messages with usernames is working again. Modified the userlist purging, not tested yet. More... almost 13 years ago
Fixed formatting. More... about 13 years ago
Updated the installation instructions. More... about 13 years ago
Updated README More... about 13 years ago
Fixed application cache bug. Made list items a bit prettier with a gradient background and shadow on text and avatars. More... about 13 years ago
Merge branch 'master' of github.com:ollej/prat More... about 13 years ago
Added application cache. More... about 13 years ago
Merge branch 'refs/heads/master' of [email protected]:ollej/prat.git More... about 13 years ago
BUGFIX: Don't show virtual keyboard automatically when starting main activity. BUGFIX: Better network check. BUGFIX: Removed internet-permission on main activity. BUGFIX: Clear textbox on send. More... about 13 years ago
BUGFIX: Doesn't crash without internet connection. NEW: Switched to BetterDefaultActivity from droid-fu. More... about 13 years ago
Merge branch 'master' of github.com:ollej/prat More... about 13 years ago
NEW: Updated to Sencha Touch v1.1, should hopefully fix a few issues. NEW: Moved configuration into a separate file, to make it easier to make updates. CLEANUP: Removed resources directory. More... about 13 years ago
Updated droidfu to latest version. Fixed some of the display issues, but still seems to show wrong image at times. BUGFIX: Sending is now done in UTF8. BUGFIX: handle messages from server that are null, though it should never happen. need to make sure backend doesn't fail in the json encoding. FEATURE: Made sure sending also works when hitting enter. More... about 13 years ago
Updated README and todo. More... about 13 years ago
Switched to droid-fu WebImageView for image loading and caching. Releasing v0.5 from this commit. More... about 13 years ago
Added an about dialog. More... about 13 years ago
Rows containing the username in the message body are now highlighted. More... about 13 years ago
Added view holder to MessageCursorAdapter for better efficiency in view updates. This also seemed to fix a problem with messages only showing the first two lines. Removed some commented out code and other cleanup. More... about 13 years ago
Some refactoring in Droidprat.java to make sure message loop task runs as it should. Fixed a bug that caused message body not to be parsed. Code should be usable again, hopefully. More... about 13 years ago
Added avatar loading. Replace MessageRowAdapter with a MessageCursorAdapter for better handling of updates. Not properly working yet, and code is butt ugly. More... about 13 years ago
Alert box is shown on startup if all preferences haven't been filled in. UBBMessageHelper is restarted on every resume, had problems with myid cookie not being kept after coming back from preferences pane. Just reading is possible without entering username/password, but textbox will be disabled until account information has been filled in. Did some testing on changing font, but font license doesn't allow embedding in an application, and it was cumbersome and slow to change font. Will leave it for now. More... about 13 years ago
Added some message parsing. /me messages should now be properly styled. HTML entities are unescaped. Moved message row colors into styles. More... about 13 years ago
Added a preferences screen to enter username/password (as well as URL and cookie prefix to UBB.threads installation). Added new title bar with info/prefs icon. Fixed default avatar icon to show, though at wrong scale. More... about 13 years ago
Added login and send message functionality. The app is actually usable now, though username/password is hardcoded in the source code. Added getAvatar() method to UBBMessageAdapter Added getImage() method in HTTPHelper Keep track of cookies in HTTPHelper postData, and methods to get cookies (not tested though). postData() now supports setting data via List<NameValuePair> More... about 13 years ago
Removed a bunch of generated files. More... about 13 years ago
Added a MessageRowAdapter to convert Message to list view. Added a theme style xml. Added default avatar image. More... about 13 years ago
Fixed pause/resume so that requests aren't made in the background. More... about 13 years ago