0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Dec 05, 2024 — Dec 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add the account creation activity More... almost 11 years ago
a //2 was hidden here. More... almost 11 years ago
Should fix partially SYAND-29 Messages in delivery status are not seen. More... almost 11 years ago
Merge pull request #6 from leonhandreke/gcm-skeleton More... almost 11 years ago
The max image size is computed at MessagesAdapater creation. It avoids having small thumbnails when the keyboard is displayed. More... almost 11 years ago
Fix a crash while joining #anime:matrix.org More... almost 11 years ago
Manage local file in loadBitmap More... almost 11 years ago
Improve the image message loading -> use the image size to display row with the expected height : it should avoid history jump when an image is loaded -> The pie chart is centered and a "Downloading..." message is displayed to warn the user. More... almost 11 years ago
The progress bar was not initialized to the current downloaded faction when the cell was reused. More... almost 11 years ago
The medias cache was not cleared after logging out. More... almost 11 years ago
Restore the foreground service More... almost 11 years ago
The image thumbnails were downloaded several times because of the AdapterUtils::loadBitmap managemnent. More... almost 11 years ago
Try to avoid duplicated images download. More... almost 11 years ago
Clear the push notifications -> when the application is foregrounded -> if the latest notification is inside an opening chat. More... almost 11 years ago
update the public rooms list management -> sorted by the number of members -> display the numbers of members -> highlight some rooms More... almost 11 years ago
Add "message details" to display the JSON value More... almost 11 years ago
Add a spinner while downloading an image (instead of having an empty message cell) More... almost 11 years ago
-> Apply exif rotation to an image when there is enough free memory. -> display a dummy icon when the thumbnail does not exist on server side. -> fix many OutOfMemory exceptions More... almost 11 years ago
Reset the imageView image before loading the new image The imageView used to display the previous content (because the rows are reused) if the image was not yet downloaded. More... almost 11 years ago
Factor out notification creation into a util class More... almost 11 years ago
Add configuration and skeleton classes for receiving GCM messages More... almost 11 years ago
Add REST client for pushers API with add method for HTTP pushers More... almost 11 years ago
Update version to 0.2.2-dev More... almost 11 years ago
Merge remote-tracking branch 'origin/master' into develop More... almost 11 years ago
-> remove the access token from the settings -> remove the network error toast when the application is in background and the device is not connected More... almost 11 years ago
-> Merge the develop branch into master -> replace the notification icon. -> fix an other crash. More... almost 11 years ago
Some texts were hard coded : move them to the resource strings. More... almost 11 years ago
SYAND-24 Respond to IMs directly from push More... almost 11 years ago
Should fix SYAND-24 Respond to IMs directly from push. More... almost 11 years ago
Add NotificationCompat.BigTextStyle to the notifications so the user would be able to display the whole message body by swapping on the title. More... almost 11 years ago