aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | show values in formfieldwrappers and allow form to be set to read onlyDaniel Gultsch2016-01-265-4/+55
| |
* | hide jid row in list item list when jid is nullDaniel Gultsch2016-01-261-1/+2
| |
* | expert setting to trigger extended connection optionsDaniel Gultsch2016-01-251-7/+23
| |
* | added FormWrapper and form field validationDaniel Gultsch2016-01-236-4/+144
|/
* introduced boolean form field wrapperDaniel Gultsch2016-01-234-13/+62
|
* added support for field types jid-single and text-privateDaniel Gultsch2016-01-234-4/+59
|
* show fetch errors in trust keys activityDaniel Gultsch2016-01-231-1/+2
|
* use extract account from intent method and final EXTRA_ACCOUNT variableDaniel Gultsch2016-01-2213-70/+52
|
* added UI wrapper for (some) form fieldsDaniel Gultsch2016-01-223-0/+123
|
* added convenience method to extract account from intentDaniel Gultsch2016-01-221-1/+13
|
* added config variable to allow non-tls connectionsDaniel Gultsch2016-01-221-1/+1
|
* changed spacing in create dialogs and notify user when no accounts are activatedDaniel Gultsch2016-01-222-17/+32
|
* add convenience to get an account object from a spinnerDaniel Gultsch2016-01-211-15/+19
|
* add intent!=null check in onActivityResultin PublishProfilePictureDaniel Gultsch2016-01-201-1/+1
|
* Merge pull request #1655 from adithyaphilip/pgp-fixDaniel Gultsch2016-01-161-1/+4
|\ | | | | Fixes having to choose PGP twice, upgrades openpgp-api to 10
| * fixed PGP having to be selected twiceAdithya Abraham Philip2016-01-161-1/+4
| |
* | make ConversationsActivity more resistent against being restartedDaniel Gultsch2016-01-161-3/+9
|/
* hide prepare image toasts when attaching multiple imagesDaniel Gultsch2016-01-151-11/+12
|
* show toast when image cropper get oomDaniel Gultsch2016-01-151-0/+7
|
* fixed typo when reading battery_op settingDaniel Gultsch2016-01-141-1/+1
|
* show key fetch error in activity when there are no keys to be usedDaniel Gultsch2016-01-131-1/+8
|
* check for file storage permission before selecting avatarDaniel Gultsch2016-01-133-20/+40
|
* Revert "Add additional warnings to OMEMO purge key function"Daniel Gultsch2016-01-121-26/+2
| | | | This reverts commit 3bea5b25cd5496cd3f14a66c208b34d0c8e48b03.
* Add additional warnings to OMEMO purge key functionAndreas Straub2016-01-121-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...
* ask to be excluded from battery optimizationDaniel Gultsch2016-01-113-46/+115
|
* don't show snackbar when notifications are disabled or pausedDaniel Gultsch2016-01-081-10/+0
|
* show per conference notification settings in details activityDaniel Gultsch2016-01-082-1/+67
|
* show icon in conversations overview when notifications are disabledDaniel Gultsch2016-01-081-0/+12
|
* Allow entering a JID from 'choose contact'. thanks @singpolymaDaniel Gultsch2016-01-044-61/+220
| | | | | fixes #1611 fixes #1602
* properly rotate avatarsDaniel Gultsch2016-01-041-33/+38
|
* show trust keys activties if own keys are undecidedDaniel Gultsch2016-01-041-4/+5
|
* edit account activity was still showing the omemo key with leading 0x05. ↵Daniel Gultsch2016-01-031-2/+2
| | | | fixes #1631
* strip leading 0x05 off omemo fingerprintsDaniel Gultsch2015-12-271-4/+7
|
* register context menu long click listener on message text. fixes #1614Daniel Gultsch2015-12-271-1/+1
|
* made text selectable again unless text contains more than 1 linkDaniel Gultsch2015-12-261-0/+11
| | | | fixes #1615
* code cleanupDaniel Gultsch2015-12-231-3/+4
|
* show certificate informationDaniel Gultsch2015-12-234-5/+53
|
* only offer plain and omemo encryption when x509 verification is enabledDaniel Gultsch2015-12-191-2/+3
|
* splite PARANOIA_MODE into three different optionsDaniel Gultsch2015-12-143-3/+3
|
* make message text non-selectable. fixes #1606Daniel Gultsch2015-12-141-3/+0
|
* set bookmark name to room subject if no subject has been set beforeDaniel Gultsch2015-12-111-0/+1
|
* modified contact permission dialogDaniel Gultsch2015-12-071-1/+1
|
* ask for contact permissions when first opening StartConversationActivityDaniel Gultsch2015-12-071-8/+55
|
* request storage permission when needed on Android 6.0Daniel Gultsch2015-12-072-14/+56
|
* implement direct sharing in android 6.0. fixes #1321Daniel Gultsch2015-12-071-23/+64
|
* hide prepare file toast after preparing the fileDaniel Gultsch2015-12-061-0/+1
|
* check availabiltiy of pgp before sharing filesDaniel Gultsch2015-12-051-0/+4
|
* be more carefull with pending urisDaniel Gultsch2015-12-051-8/+16
|
* Merge pull request #1595 from fiaxh/pgp_database_signatureDaniel Gultsch2015-12-041-69/+73
|\ | | | | Regenerate PGP signatures once
| * Unset all PGP signatures oncefiaxh2015-12-021-69/+73
| | | | | | | | ... so they will be redone to match the changed status.