aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-27code cleanup and rework show toast on update checkChristian Schneppe2-7/+11
2018-12-27make it possible to restore backups from decrypted database filesChristian Schneppe1-132/+208
2018-12-15set min Columns in GridManager to 1Christian Schneppe1-1/+4
2018-12-14limit video transcoding to api >= 18 and other api 16 fixesChristian Schneppe3-3/+6
2018-12-14show warning snackbar before joining anon-non-private roomChristian Schneppe1-0/+16
2018-12-14Checkout `xmpp-addr` library 0.8.0 (fa47cac8) locallyChristian Schneppe1-1/+20
xmpp-addr: Backfill missing class method for Java 1.7 This backfills missing class methods for `java.nio.charset.StandardCharsets` and `java.util.Objects` for compatibility with platforms which do not support these (mainly Android SDK versions <= 18). Change `minSdkVersion` to 18, backfill missing methods This reduces the minimum SDK version to 18 (Android 4.3), which notably is the last supported version for the BlackBerry OS 10.3 Android compatibility layer. Drop support for Android 4.1 and 4.2
2018-12-14fixed some rare NPE caused by race for saveInstanceState()Christian Schneppe1-2/+2
2018-12-04show context menu when long clicking avatar in 1:1Christian Schneppe1-55/+86
2018-12-04offer to start/install orbot for edit account screen.Christian Schneppe1-14/+50
2018-12-04implement self healing omemoChristian Schneppe2-1/+3
after receiving a SignalMessage that can’t be decrypted because of broken sessions Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage wrapped in a key transport message.
2018-12-04open direct search after hitting + in share with screenChristian Schneppe3-46/+82
2018-12-04some code reorder for actionbar titlesChristian Schneppe1-2/+2
2018-11-30change audio attributes for notification channelChristian Schneppe1-0/+2
This may help on platforms that make a difference between ringtone volume and notification volume
2018-11-30make sure that conversation is 1:1 before offering to select presence on ↵Christian Schneppe1-0/+1
file resend
2018-11-30let the user forbid android from taking screenshotsChristian Schneppe2-0/+27
2018-11-30don't refresh Blocklist if activity is finishingChristian Schneppe1-0/+3
2018-11-30also show invite button in ConferenceDetailsActivity if there were no users ↵Christian Schneppe1-5/+5
inside
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 ↵Christian Schneppe3-2/+18
intent
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
fixed #208
2018-11-11try to fix failing backups in multiaccount modeChristian Schneppe1-4/+4
--> you have to enable multiaccount mode again and setup a password!!!