aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* added interface to edit nickChristian Schneppe2018-11-237-36/+77
* fixed caching key not being calculated properlyChristian Schneppe2018-11-231-1/+1
* add suggested contacts to roster on first messageChristian Schneppe2018-11-232-4/+11
* always do contact sync in backgroundChristian Schneppe2018-11-232-2/+2
* avatar code changesChristian Schneppe2018-11-233-19/+12
* suggest sync on loginChristian Schneppe2018-11-231-0/+1
* use inContactList() instead inRoster() in the proper placesChristian Schneppe2018-11-236-9/+9
* quicksy server is not a strangerChristian Schneppe2018-11-232-1/+3
* added count down latch to await account connect before going into publish pro...Christian Schneppe2018-11-231-0/+3
* show synced contacts in choose contact activityChristian Schneppe2018-11-236-13/+6
* refresh contacts when opening StartConversationsActivityChristian Schneppe2018-11-235-1/+18
* refresh synced contacts even if offlineChristian Schneppe2018-11-232-2/+2
* basic phone number syncChristian Schneppe2018-11-234-10/+32
* refactored phone contact loading in preperation for syncChristian Schneppe2018-11-2313-143/+222
* fix manual update checkChristian Schneppe2018-11-231-2/+6
* fix crash with xmpp urisChristian Schneppe2018-11-211-1/+6
* do not show up navigation when opening edit account from notificationChristian Schneppe2018-11-152-13/+10
* do not show up navigation in start conversation screen if called with view in...Christian Schneppe2018-11-158-10/+42
* rename variableChristian Schneppe2018-11-152-2/+2
* refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe2018-11-1514-107/+179
* fix some lint errorsChristian Schneppe2018-11-113-4/+6
* also respect deleted messages in readable logsChristian Schneppe2018-11-111-2/+2
* implement message deletionChristian Schneppe2018-11-115-24/+56
* try to fix failing backups in multiaccount modeChristian Schneppe2018-11-112-5/+5
* try to fix a crash with emojicompatChristian Schneppe2018-11-111-2/+2
* add missing location permissions checksChristian Schneppe2018-11-101-0/+3
* code cleanupChristian Schneppe2018-11-081-2/+3
* don't show "Show QR Code" if no account is configuredChristian Schneppe2018-11-081-0/+2
* start ExportLogsService correctly on devices >= OREOChristian Schneppe2018-11-082-3/+21
* catch exception on invalid inputsChristian Schneppe2018-11-081-4/+8
* separate contacts and groups shared via xmpp urisChristian Schneppe2018-11-081-1/+6
* NotificationService: open chatlist if there were multiple notificationsChristian Schneppe2018-11-081-1/+1
* Merge pull request #262 from genofire/mini-redesignChristian Schneppe2018-11-082-3/+11
|\
| * use material colorsMartin/Geno2018-11-081-1/+9
| * design message borderMartin/Geno2018-11-072-2/+2
* | show max file size for httpupload in profile --> server infoChristian Schneppe2018-11-082-2/+31
* | improve openkeychain error reportingChristian Schneppe2018-11-082-5/+15
* | refined nick matching patter. word boundry (\b) doesn’t match on words endi...Christian Schneppe2018-11-081-1/+1
|/
* add missing slash to make database import working againChristian Schneppe2018-10-241-2/+2
* write null bitmap to imageview to replace asyncdrawableChristian Schneppe2018-10-242-4/+4
* code cleanup, null check not necessary when using instance ofChristian Schneppe2018-10-241-9/+10
* ask for permission when committing attachmentsChristian Schneppe2018-10-241-10/+22
* do not provide up navigation in publish account when in setup modeChristian Schneppe2018-10-242-6/+10
* play short vibrate while your are inside the chatChristian Schneppe2018-10-241-0/+1
* try to catch a NPE on iterator.removeChristian Schneppe2018-10-241-3/+7
* reformat XmppConnection.javaChristian Schneppe2018-10-241-37/+30
* don't use internal updater if store != nullChristian Schneppe2018-10-244-51/+40
* don't use compression for HttpDownloadsChristian Schneppe2018-10-241-0/+2
* bring back animated gif view in MediaViewerChristian Schneppe2018-10-221-2/+12
* fix bug in UpdaterChristian Schneppe2018-10-201-8/+4