aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-25support enter/done key in create contact & join dialogsChristian Schneppe3-30/+47
2019-01-25check if encrypted pgp file get deletedChristian Schneppe1-1/+1
2019-01-25fix display of deleted filesChristian Schneppe3-5/+5
2019-01-25fixed downloading of deleted filesChristian Schneppe1-1/+1
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe3-7/+10
2019-01-24ignore startService failureChristian Schneppe1-1/+5
some nokia devices with Android 9 fail to start the service from the activity sometimes. since this is probably a race it should be save to ignore this
2019-01-24count muc participants correctlyChristian Schneppe2-77/+59
2019-01-07added work around to create 'actions' from nova launcherChristian Schneppe1-2/+8
2019-01-07try to fix faulty chooser intentChristian Schneppe1-7/+5
2019-01-04add preference to play gif files automatically in chat viewChristian Schneppe5-24/+90
fixes #170 and #236
2019-01-04show warning if file from MediaViewerActivity is deletedChristian Schneppe1-2/+11
2019-01-04count muc participants correctlyChristian Schneppe1-2/+3
2019-01-03clear conversationsuuid and pending attachments when opening new conversationChristian Schneppe1-0/+6
2019-01-03clear pending view intent when processing onNewIntent()Christian Schneppe1-0/+1
2019-01-03rename functions and variables for room destructionChristian Schneppe1-2/+1
2018-12-30add ability to configure autojoin flag in groupchat detailsChristian Schneppe1-1/+20
2018-12-30add ability to set nickname in profileChristian Schneppe2-0/+110
2018-12-27added epub and azw mime types. try to resolve application/octet-stream by ↵Christian Schneppe2-2/+4
file extension instead. added preview icons for ebooks
2018-12-27fixed some rare crashes caused by race conditionsChristian Schneppe2-6/+6
2018-12-27show accept button to confirm sasl downgradeChristian Schneppe1-1/+14
2018-12-27fix crash in MediaPreviewAdapterChristian Schneppe1-1/+5
2018-12-27fix crash in ChangePasswordActivityChristian Schneppe1-4/+5
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