aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-23cancel magic mode attribute after changing password onceChristian Schneppe1-1/+1
2018-11-23removed unecessary code in time preferenceChristian Schneppe1-7/+3
2018-11-23refactor quite hours to make them time zone indepententChristian Schneppe1-22/+17
2018-11-23make password editable on auth errorChristian Schneppe1-1/+1
2018-11-23attempt to work around bugs in Chinese ROMsChristian Schneppe1-0/+47
2018-11-23show only file size if http upload is availableChristian Schneppe1-1/+1
2018-11-23remove now unused password has changed in magic modeChristian Schneppe1-18/+1
2018-11-23show 'show password' toggle for all magically created accountsChristian Schneppe1-5/+7
2018-11-23use toastcompat library to catch BadTokenExceptionChristian Schneppe1-1/+2
2018-11-23do not display toast if activity is finishingChristian Schneppe1-4/+3
2018-11-23offer to copy error message to clipboardChristian Schneppe1-3/+9
2018-11-23make change nick toast use showToast helper methodChristian Schneppe1-3/+10
2018-11-23provide option to reject subscription request when long pressing 'allow'Christian Schneppe2-20/+23
2018-11-23catch illegal state exception on fragment transactionChristian Schneppe1-3/+7
2018-11-23fixed race condition that prevented bookmark nick to be usedChristian Schneppe1-1/+1
2018-11-23move default port to Resolver.javaChristian Schneppe1-8/+6
2018-11-23added interface to edit nickChristian Schneppe1-0/+1
2018-11-23add suggested contacts to roster on first messageChristian Schneppe1-4/+4
2018-11-23always do contact sync in backgroundChristian Schneppe1-1/+1
2018-11-23avatar code changesChristian Schneppe1-10/+0
2018-11-23use inContactList() instead inRoster() in the proper placesChristian Schneppe2-2/+2
2018-11-23show synced contacts in choose contact activityChristian Schneppe2-3/+2
2018-11-23refresh contacts when opening StartConversationsActivityChristian Schneppe1-0/+1
2018-11-23refactored phone contact loading in preperation for syncChristian Schneppe1-3/+4
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 Schneppe1-12/+8
2018-11-15do not show up navigation in start conversation screen if called with view in...Christian Schneppe3-2/+18
2018-11-15rename variableChristian Schneppe2-2/+2
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe8-79/+58
2018-11-11fix some lint errorsChristian Schneppe2-3/+5
2018-11-11implement message deletionChristian Schneppe1-6/+11
2018-11-11try to fix failing backups in multiaccount modeChristian Schneppe1-4/+4
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 Schneppe1-1/+10
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-08show max file size for httpupload in profile --> server infoChristian Schneppe1-1/+30
2018-11-08use material colorsMartin/Geno1-1/+9
2018-11-08improve openkeychain error reportingChristian 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 Schneppe1-3/+3
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-24don't use internal updater if store != nullChristian Schneppe3-43/+33