aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/XmppActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-29move new activity back to original nameChristian Schneppe1-19/+9
2018-03-24vastly untested refactor. pushing for backup purposesChristian Schneppe1-10/+10
2018-03-21fix crashes because requestCode was too longChristian Schneppe1-2/+2
2018-03-20cleanupChristian Schneppe1-2/+1
2018-03-09migrated alert dialogs to app compatChristian Schneppe1-2/+2
2018-03-09reference support actionbar in all activitiesChristian Schneppe1-2/+2
2018-03-09started work on migrating to appcompatChristian Schneppe1-2/+2
2018-03-08implement multi accounts via expert settingsChristian Schneppe1-5/+10
2018-02-17show hint to allow installs from unknown sources just before update starts an...Christian Schneppe1-4/+68
2018-02-10don't cancel animation when switching accounts w/o initChristian Schneppe1-1/+3
2018-02-10skip animations for startup activitiesChristian Schneppe1-0/+1
2018-02-10do not put setup activites on stack twiceChristian Schneppe1-0/+3
2018-01-27delegate uri permission to service when processing filesChristian Schneppe1-0/+8
2018-01-21check if app installs from unknown sources are allowed, if not open settings ...Christian Schneppe1-0/+1
2017-12-23remove NFC + light refactoring of XmppActivityChristian Schneppe1-283/+194
2017-12-16support error messages in quick edit dialogChristian Schneppe1-15/+22
2017-12-10possible fix for retry loop on pgp key annoucementChristian Schneppe1-2/+2
2017-11-29add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe1-2/+1
2017-11-28some bug fixesChristian Schneppe1-2/+2
2017-11-24use com.android.support:support-emojiChristian Schneppe1-4/+0
2017-11-23code cleanupChristian Schneppe1-3/+3
2017-11-02use ThreadPoolExecutor for BitmapWorkerTaskChristian Schneppe1-1/+1
2017-10-29UpdateService: use THREAD_POOL_EXECUTORChristian Schneppe1-1/+1
2017-10-10use a lighter red color for 'delete contact button' and remove this action fr...Christian Schneppe1-0/+6
2017-10-10reworked updaterChristian Schneppe1-1/+5
2017-09-24unified share with menuChristian Schneppe1-19/+23
2017-08-01put settings defaults into resource fileChristian Schneppe1-5/+7
2017-05-10display open pgp key id in account details and allow to deleteChristian Schneppe1-0/+12
2017-04-20changed text for positive button while changing nick nameChristian Schneppe1-1/+1
2017-04-18hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe1-0/+2
2017-04-05Changes the deprecated getColor() methodChristian Schneppe1-10/+11
2017-03-17add new Emoji libraryChristian Schneppe1-0/+4
2017-03-17use qr codes instead of aztec. Barcode Scanner is terrible at reading aztecChristian Schneppe1-1/+1
2017-03-14add missing importChristian Schneppe1-0/+1
2017-03-14set QR Code background to whiteChristian Schneppe1-1/+2
2017-02-14fixed adhoc conference creation behaviour. properly show errorsChristian Schneppe1-2/+1
2017-02-06correct view of encrypted messagesChristian Schneppe1-4/+0
2016-12-25support for quoting messagesChristian Schneppe1-0/+11
2016-12-18remove own fetch errors from device announcementChristian Schneppe1-7/+0
2016-11-29delete unused codeChristian Schneppe1-8/+0
2016-11-24added share button to account detailsChristian Schneppe1-27/+2
2016-11-24use aztec code instead of qrChristian Schneppe1-7/+5
2016-11-24use constants for some preferencesChristian Schneppe1-1/+1
2016-11-19reformat codeChristian Schneppe1-1205/+1205
2016-11-19correct colors for uncrypted messages in encrypted chatsChristian Schneppe1-0/+6
2016-11-17refactor omemo fingerprint UI codeChristian Schneppe1-130/+0
2016-11-17fixed enabling trust toggle. unknown->untrustedChristian Schneppe1-3/+2
2016-11-17refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe1-108/+76
2016-11-07show warning in account details when data saver is enabledChristian Schneppe1-0/+11
2016-10-21retrigger key selection if openpgp key was deletedChristian Schneppe1-1/+8