aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* show warning snackbar before joining anon-non-private roomChristian Schneppe2018-12-141-0/+16
|
* Checkout `xmpp-addr` library 0.8.0 (fa47cac8) locallyChristian Schneppe2018-12-141-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
* fixed some rare NPE caused by race for saveInstanceState()Christian Schneppe2018-12-141-2/+2
|
* show context menu when long clicking avatar in 1:1Christian Schneppe2018-12-041-55/+86
|
* offer to start/install orbot for edit account screen.Christian Schneppe2018-12-041-14/+50
|
* implement self healing omemoChristian Schneppe2018-12-042-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.
* open direct search after hitting + in share with screenChristian Schneppe2018-12-043-46/+82
|
* some code reorder for actionbar titlesChristian Schneppe2018-12-041-2/+2
|
* change audio attributes for notification channelChristian Schneppe2018-11-301-0/+2
| | | | This may help on platforms that make a difference between ringtone volume and notification volume
* make sure that conversation is 1:1 before offering to select presence on ↵Christian Schneppe2018-11-301-0/+1
| | | | file resend
* let the user forbid android from taking screenshotsChristian Schneppe2018-11-302-0/+27
|
* don't refresh Blocklist if activity is finishingChristian Schneppe2018-11-301-0/+3
|
* also show invite button in ConferenceDetailsActivity if there were no users ↵Christian Schneppe2018-11-301-5/+5
| | | | inside
* cancel magic mode attribute after changing password onceChristian Schneppe2018-11-231-1/+1
|
* removed unecessary code in time preferenceChristian Schneppe2018-11-231-7/+3
|
* refactor quite hours to make them time zone indepententChristian Schneppe2018-11-231-22/+17
|
* make password editable on auth errorChristian Schneppe2018-11-231-1/+1
|
* attempt to work around bugs in Chinese ROMsChristian Schneppe2018-11-231-0/+47
|
* show only file size if http upload is availableChristian Schneppe2018-11-231-1/+1
|
* remove now unused password has changed in magic modeChristian Schneppe2018-11-231-18/+1
|
* show 'show password' toggle for all magically created accountsChristian Schneppe2018-11-231-5/+7
|
* use toastcompat library to catch BadTokenExceptionChristian Schneppe2018-11-231-1/+2
|
* do not display toast if activity is finishingChristian Schneppe2018-11-231-4/+3
|
* offer to copy error message to clipboardChristian Schneppe2018-11-231-3/+9
|
* make change nick toast use showToast helper methodChristian Schneppe2018-11-231-3/+10
|
* provide option to reject subscription request when long pressing 'allow'Christian Schneppe2018-11-232-20/+23
|
* catch illegal state exception on fragment transactionChristian Schneppe2018-11-231-3/+7
|
* fixed race condition that prevented bookmark nick to be usedChristian Schneppe2018-11-231-1/+1
|
* move default port to Resolver.javaChristian Schneppe2018-11-231-8/+6
|
* added interface to edit nickChristian Schneppe2018-11-231-0/+1
|
* add suggested contacts to roster on first messageChristian Schneppe2018-11-231-4/+4
|
* always do contact sync in backgroundChristian Schneppe2018-11-231-1/+1
|
* avatar code changesChristian Schneppe2018-11-231-10/+0
|
* use inContactList() instead inRoster() in the proper placesChristian Schneppe2018-11-232-2/+2
|
* show synced contacts in choose contact activityChristian Schneppe2018-11-232-3/+2
|
* refresh contacts when opening StartConversationsActivityChristian Schneppe2018-11-231-0/+1
|
* refactored phone contact loading in preperation for syncChristian Schneppe2018-11-231-3/+4
|
* 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-151-12/+8
|
* do not show up navigation in start conversation screen if called with view ↵Christian Schneppe2018-11-153-2/+18
| | | | intent
* rename variableChristian Schneppe2018-11-152-2/+2
|
* refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe2018-11-158-79/+58
|
* fix some lint errorsChristian Schneppe2018-11-112-3/+5
|
* implement message deletionChristian Schneppe2018-11-111-6/+11
| | | | fixed #208
* try to fix failing backups in multiaccount modeChristian Schneppe2018-11-111-4/+4
| | | | --> you have to enable multiaccount mode again and setup a password!!!
* 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
|