aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'siacs/master' into developmentChristian S2016-01-103-10/+78
|\
| * 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
| |
* | copy commitsChristian S2016-01-047-100/+266
|\|
| * 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
* | hide settings, accounts and updater in all menus except in main windowChristian S2015-12-291-0/+8
| |
* | copy commitsChristian S2015-12-286-12/+76
|\|
| * 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
| |
* | copy commitsChristian S2015-12-164-6/+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.
| * | avoid some NPEsDaniel Gultsch2015-12-041-1/+1
| | |
| * | parse vcard avatars from muc presencesDaniel Gultsch2015-12-031-6/+2
| | |
| * | show tor config in paranoid modeDaniel Gultsch2015-12-021-1/+1
| |/
| * fixed avatar loading for non-file urisDaniel Gultsch2015-12-021-9/+5
| |
| * users are now able to crop their avatar pictures using the android-cropPhilip Flohr2015-12-021-6/+33
| | | | | | | | library
| * introduced build-time paranoia mode that disables unencrypted chats and ↵Daniel Gultsch2015-12-012-0/+13
| | | | | | | | forces TOR
| * fixed crashes when activity got destroyed when selecting pgp keyDaniel Gultsch2015-12-012-40/+95
| |
| * do socks5 connect manuallyDaniel Gultsch2015-12-011-21/+31
| |
| * initial tor supportDaniel Gultsch2015-12-012-1/+44
| |
* | set bookmark name to room subject if no subject has been set beforeDaniel Gultsch2015-12-121-0/+1
| |
* | modified contact permission dialogDaniel Gultsch2015-12-121-1/+1
| |
* | ask for contact permissions when first opening StartConversationActivityDaniel Gultsch2015-12-121-8/+55
| |
* | request storage permission when needed on Android 6.0Daniel Gultsch2015-12-122-1453/+1495
| |
* | implement direct sharing in android 6.0. fixes #1321Daniel Gultsch2015-12-111-23/+64
| |
* | disable update download only on WiFiChristian S2015-12-061-2/+2
| |
* | hide prepare file toast after preparing the fileDaniel Gultsch2015-12-061-0/+1
| |
* | be more carefull with pending urisDaniel Gultsch2015-12-061-8/+16
| |
* | check availabiltiy of pgp before sharing filesDaniel Gultsch2015-12-061-0/+4
| |
* | avoid some NPEsDaniel Gultsch2015-12-041-1/+1
| |
* | Unset all PGP signatures oncefiaxh2015-12-041-69/+73
| | | | | | | | ... so they will be redone to match the changed status.