aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-23catch illegal state exception on fragment transactionChristian Schneppe1-3/+7
2018-11-23use startForegroundService compat from push message receiverChristian Schneppe2-2/+13
2018-11-23add versioning to sync namespaceChristian Schneppe1-1/+1
2018-11-23catch cursor window allocation exceptionChristian Schneppe1-4/+10
2018-11-23do not add self as crytpo target in MUCChristian Schneppe1-1/+1
2018-11-23use display name to generate own avatarChristian Schneppe2-1/+4
2018-11-23do not update foreground notification on error if it wasn’t enabledChristian Schneppe2-12/+15
2018-11-23fixed race condition that prevented bookmark nick to be usedChristian Schneppe5-12/+36
2018-11-23move default port to Resolver.javaChristian Schneppe2-11/+10
2018-11-23added interface to edit nickChristian Schneppe7-36/+77
2018-11-23fixed caching key not being calculated properlyChristian Schneppe1-1/+1
2018-11-23add suggested contacts to roster on first messageChristian Schneppe2-4/+11
2018-11-23always do contact sync in backgroundChristian Schneppe2-2/+2
2018-11-23avatar code changesChristian Schneppe3-19/+12
2018-11-23suggest sync on loginChristian Schneppe1-0/+1
2018-11-23use inContactList() instead inRoster() in the proper placesChristian Schneppe6-9/+9
2018-11-23quicksy server is not a strangerChristian Schneppe2-1/+3
2018-11-23added count down latch to await account connect before going into publish pro...Christian Schneppe1-0/+3
2018-11-23show synced contacts in choose contact activityChristian Schneppe6-13/+6
2018-11-23refresh contacts when opening StartConversationsActivityChristian Schneppe5-1/+18
2018-11-23refresh synced contacts even if offlineChristian Schneppe2-2/+2
2018-11-23basic phone number syncChristian Schneppe4-10/+32
2018-11-23refactored phone contact loading in preperation for syncChristian Schneppe13-143/+222
2018-11-23fix manual update checkChristian Schneppe1-2/+6
2018-11-21fix crash with xmpp urisChristian Schneppe1-1/+6
2018-11-15do not show up navigation when opening edit account from notificationChristian Schneppe2-13/+10
2018-11-15do not show up navigation in start conversation screen if called with view in...Christian Schneppe8-10/+42
2018-11-15rename variableChristian Schneppe2-2/+2
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe14-107/+179
2018-11-11fix some lint errorsChristian Schneppe3-4/+6
2018-11-11also respect deleted messages in readable logsChristian Schneppe1-2/+2
2018-11-11implement message deletionChristian Schneppe5-24/+56
2018-11-11try to fix failing backups in multiaccount modeChristian Schneppe2-5/+5
2018-11-11try to fix a crash with emojicompatChristian Schneppe1-2/+2
2018-11-10add missing location permissions checksChristian Schneppe1-0/+3
2018-11-08code cleanupChristian Schneppe1-2/+3
2018-11-08don't show "Show QR Code" if no account is configuredChristian Schneppe1-0/+2
2018-11-08start ExportLogsService correctly on devices >= OREOChristian Schneppe2-3/+21
2018-11-08catch exception on invalid inputsChristian Schneppe1-4/+8
2018-11-08separate contacts and groups shared via xmpp urisChristian Schneppe1-1/+6
2018-11-08NotificationService: open chatlist if there were multiple notificationsChristian Schneppe1-1/+1
2018-11-08show max file size for httpupload in profile --> server infoChristian Schneppe2-2/+31
2018-11-08use material colorsMartin/Geno1-1/+9
2018-11-08improve openkeychain error reportingChristian Schneppe2-5/+15
2018-11-08refined nick matching patter. word boundry (\b) doesn’t match on words endi...Christian Schneppe1-1/+1
2018-11-07design message borderMartin/Geno2-2/+2
2018-10-24add missing slash to make database import working againChristian Schneppe1-2/+2
2018-10-24write null bitmap to imageview to replace asyncdrawableChristian Schneppe2-4/+4
2018-10-24code cleanup, null check not necessary when using instance ofChristian Schneppe1-9/+10
2018-10-24ask for permission when committing attachmentsChristian Schneppe1-10/+22