aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-22added UI wrapper for (some) form fieldsDaniel Gultsch3-0/+123
2016-01-22added convenience method to extract account from intentDaniel Gultsch1-1/+13
2016-01-22added config variable to allow non-tls connectionsDaniel Gultsch1-1/+1
2016-01-22changed spacing in create dialogs and notify user when no accounts are activatedDaniel Gultsch2-17/+32
2016-01-21add convenience to get an account object from a spinnerDaniel Gultsch1-15/+19
2016-01-20add intent!=null check in onActivityResultin PublishProfilePictureDaniel Gultsch1-1/+1
2016-01-16make ConversationsActivity more resistent against being restartedDaniel Gultsch1-3/+9
2016-01-16fixed PGP having to be selected twiceAdithya Abraham Philip1-1/+4
2016-01-15hide prepare image toasts when attaching multiple imagesDaniel Gultsch1-11/+12
2016-01-15show toast when image cropper get oomDaniel Gultsch1-0/+7
2016-01-14fixed typo when reading battery_op settingDaniel Gultsch1-1/+1
2016-01-13show key fetch error in activity when there are no keys to be usedDaniel Gultsch1-1/+8
2016-01-13check for file storage permission before selecting avatarDaniel Gultsch3-20/+40
2016-01-12Revert "Add additional warnings to OMEMO purge key function"Daniel Gultsch1-26/+2
This reverts commit 3bea5b25cd5496cd3f14a66c208b34d0c8e48b03.
2016-01-12Add additional warnings to OMEMO purge key functionAndreas Straub1-2/+26
People continue to press the "don't press this" button. Maybe adding some warnings indicating that this button will not fix their problems will help...
2016-01-11ask to be excluded from battery optimizationDaniel Gultsch3-46/+115
2016-01-08don't show snackbar when notifications are disabled or pausedDaniel Gultsch1-10/+0
2016-01-08show per conference notification settings in details activityDaniel Gultsch2-1/+67
2016-01-08show icon in conversations overview when notifications are disabledDaniel Gultsch1-0/+12
2016-01-04Allow entering a JID from 'choose contact'. thanks @singpolymaDaniel Gultsch4-61/+220
fixes #1611 fixes #1602
2016-01-04properly rotate avatarsDaniel Gultsch1-33/+38
2016-01-04show trust keys activties if own keys are undecidedDaniel Gultsch1-4/+5
2016-01-03edit account activity was still showing the omemo key with leading 0x05. ↵Daniel Gultsch1-2/+2
fixes #1631
2015-12-27strip leading 0x05 off omemo fingerprintsDaniel Gultsch1-4/+7
2015-12-27register context menu long click listener on message text. fixes #1614Daniel Gultsch1-1/+1
2015-12-26made text selectable again unless text contains more than 1 linkDaniel Gultsch1-0/+11
fixes #1615
2015-12-23code cleanupDaniel Gultsch1-3/+4
2015-12-23show certificate informationDaniel Gultsch4-5/+53
2015-12-19only offer plain and omemo encryption when x509 verification is enabledDaniel Gultsch1-2/+3
2015-12-14splite PARANOIA_MODE into three different optionsDaniel Gultsch3-3/+3
2015-12-14make message text non-selectable. fixes #1606Daniel Gultsch1-3/+0
2015-12-11set bookmark name to room subject if no subject has been set beforeDaniel Gultsch1-0/+1
2015-12-07modified contact permission dialogDaniel Gultsch1-1/+1
2015-12-07ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-8/+55
2015-12-07request storage permission when needed on Android 6.0Daniel Gultsch2-14/+56
2015-12-07implement direct sharing in android 6.0. fixes #1321Daniel Gultsch1-23/+64
2015-12-06hide prepare file toast after preparing the fileDaniel Gultsch1-0/+1
2015-12-05check availabiltiy of pgp before sharing filesDaniel Gultsch1-0/+4
2015-12-05be more carefull with pending urisDaniel Gultsch1-8/+16
2015-12-04avoid some NPEsDaniel Gultsch1-1/+1
2015-12-03parse vcard avatars from muc presencesDaniel Gultsch1-6/+2
2015-12-02Unset all PGP signatures oncefiaxh1-69/+73
... so they will be redone to match the changed status.
2015-12-02show tor config in paranoid modeDaniel Gultsch1-1/+1
2015-12-02fixed avatar loading for non-file urisDaniel Gultsch1-9/+5
2015-12-02users are now able to crop their avatar pictures using the android-cropPhilip Flohr1-6/+33
library
2015-12-01introduced build-time paranoia mode that disables unencrypted chats and ↵Daniel Gultsch2-0/+13
forces TOR
2015-12-01fixed crashes when activity got destroyed when selecting pgp keyDaniel Gultsch2-40/+95
2015-12-01do socks5 connect manuallyDaniel Gultsch1-21/+31
2015-12-01initial tor supportDaniel Gultsch2-1/+44
2015-11-26hide subject edit button if not editable by userDaniel Gultsch1-0/+2