aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-10-24do not provide up navigation in publish account when in setup modeChristian Schneppe2-6/+10
2018-10-24play short vibrate while your are inside the chatChristian Schneppe1-0/+1
2018-10-24try to catch a NPE on iterator.removeChristian Schneppe1-3/+7
2018-10-24reformat XmppConnection.javaChristian Schneppe1-37/+30
2018-10-24don't use internal updater if store != nullChristian Schneppe4-51/+40
2018-10-24don't use compression for HttpDownloadsChristian Schneppe1-0/+2
2018-10-22bring back animated gif view in MediaViewerChristian Schneppe1-2/+12
2018-10-20fix bug in UpdaterChristian Schneppe1-8/+4
2018-10-20fix some build errorsChristian Schneppe1-1/+3
2018-10-20refactor magic creates password gen to CryptoHelperChristian Schneppe2-19/+15
2018-10-20Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe4-15/+35
2018-10-20removed unused paramater 'newTask' from switchToConversation apiChristian Schneppe3-30/+12