aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed package id inside manifest and projectChristian Schneppe2016-07-2910-5564/+0
|
* fix crash on first startChristian Schneppe2016-07-281-7/+13
|
* fixed rare null pointer in avatar creationDaniel Gultsch2016-07-271-1/+1
|
* fixed regression in file delete detection due to missing !Daniel Gultsch2016-07-271-1/+1
|
* added more logging for file deletionDaniel Gultsch2016-07-271-6/+11
|
* refactored how view intents are handledDaniel Gultsch2016-07-251-19/+16
| | | | | processing view intents before saved instance caused troubles when the activity was destroyed fixes #1969
* refactored deleted file detection to monitor entire sd card. fixes #1968Daniel Gultsch2016-07-251-19/+23
|
* call update file params from threadDaniel Gultsch2016-07-131-16/+16
| | | | now that file params has more work to do we should make sure we always call it from a sperate thread
* change foreground icon when not connectedChristian Schneppe2016-07-121-3/+5
|
* set timeout correctlyChristian Schneppe2016-07-021-2/+2
|
* code cleanupChristian Schneppe2016-07-021-3/+0
|
* some little updater changes and code cleanupChristian Schneppe2016-07-022-7/+3
|
* show online status in foreground serviceChristian Schneppe2016-07-011-3/+14
|
* vibrate on new messages when app is openChristian Schneppe2016-06-292-0/+11
|
* add count to notificationsChristian Schneppe2016-06-291-0/+1
|
* display toast on pgp errorDaniel Gultsch2016-06-201-2/+12
|
* log reason for not showing notificationDaniel Gultsch2016-06-201-0/+3
|
* clear muc tiles when avatar of member changesDaniel Gultsch2016-06-142-0/+14
|
* refactored pgp decryptionDaniel Gultsch2016-06-141-3/+14
|
* set last seen true as defaultChristian Schneppe2016-06-121-1/+1
|
* catch conversations sort exception. not vital at this pointDaniel Gultsch2016-06-101-14/+5
|
* Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-061-5/+34
|\
| * swap sending presence and csiDaniel Gultsch2016-06-041-3/+3
| |
| * opt-in to send last userinteraction in presenceDaniel Gultsch2016-06-041-6/+34
| |
* | change default resource to mobileChristian Schneppe2016-06-041-2/+1
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-041-1/+6
|\|
| * disconnect account in background after deletion. fixes #1861Daniel Gultsch2016-06-031-1/+6
| |
* | changed default resource to 'mobile'Christian Schneppe2016-06-021-1/+1
| |
* | also export database when chats are exportedChristian Schneppe2016-06-021-1/+42
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-021-1/+8
|\|
| * deactive grace period when receiving screen on actionDaniel Gultsch2016-06-011-1/+8
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-011-0/+1
|\|
| * deactivate grace period when coming to foregroundDaniel Gultsch2016-06-011-0/+1
| |
* | optimize importsChristian Schneppe2016-05-313-5/+1
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-311-53/+54
|\|
| * execute phone contact changes in singlethreadexecutorDaniel Gultsch2016-05-311-53/+44
| |
| * handle app links for conferencesDaniel Gultsch2016-05-301-0/+10
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-281-8/+27
|\|
| * schedule first idle ping on service creationDaniel Gultsch2016-05-281-0/+4
| |
| * added idle ping in 10min intervalsDaniel Gultsch2016-05-281-8/+23
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-272-11/+41
|\|
| * use first letter to draw tiles for avatarsDaniel Gultsch2016-05-271-1/+10
| | | | | | | | some users or conferences might have emojis in their names
| * don't push default muc conf twiceDaniel Gultsch2016-05-271-0/+3
| |
| * add 'create conference' dialogDaniel Gultsch2016-05-261-3/+20
| |
| * show contact avatar in muc users unless that contact has its own avatarDaniel Gultsch2016-05-261-1/+1
| |
| * make newly created conferences private by defaultDaniel Gultsch2016-05-261-9/+10
| |
* | Revert "Prevent presences from being cleared on connection"Christian Schneppe2016-05-231-1/+2
| | | | | | | | This reverts commit 6a6112daeb5677594ab047f6fa6fe843b1b49f0c.
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-221-0/+3
|\|
| * update ui after affiliation changesDaniel Gultsch2016-05-211-0/+3
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-202-8/+15
|\|