aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed crashes during updates on Android 6Christian S2016-03-301-35/+56
* Merge branch 'siacs/master' into developmentChristian S2016-03-261-7/+25
|\
| * allow to delete attachments. fixes #1539Daniel Gultsch2016-03-231-7/+25
* | Merge pull request #80 from siacs/masterChristian S2016-03-203-5/+6
|\|
| * be less strict when sharing EXTRA_TEXT intentsDaniel Gultsch2016-03-201-1/+1
| * don't show v\omemo keys as such if not enabledDaniel Gultsch2016-03-202-4/+5
* | Merge branch 'siacs/master' into developmentChristian S2016-03-174-42/+80
|\|
| * made it possible to share text filesDaniel Gultsch2016-03-161-7/+8
| * reworked sharewith activity to stay open during sharingDaniel Gultsch2016-03-162-30/+66
| * added logging in case fragment wasn't attachedDaniel Gultsch2016-03-131-0/+5
| * fixed recursive call instead of call to super in PublishProfileActivityDaniel Gultsch2016-03-131-5/+1
* | remove old codeChristian S2016-03-131-10/+0
* | Merge branch 'siacs/master' into developmentChristian S2016-03-134-5/+31
|\|
| * don't show opt-out of battery optimization dialog when push is enabledDaniel Gultsch2016-03-063-4/+17
| * warn in conversations when account is disabledDaniel Gultsch2016-03-061-1/+14
* | show always buttons instead of links for filesChristian S2016-03-051-1/+2
* | Merge branch 'siacs/master' into developmentChristian S2016-03-053-30/+74
|\|
| * Merge branch 'Mess' of https://github.com/tarun018/Conversations into tarun01...Daniel Gultsch2016-03-041-0/+10
| |\
| | * Fix Issue #1634 : Shows XMPP URI as links.Tarun2016-02-291-0/+10
| * | show host in file size checkerDaniel Gultsch2016-03-041-1/+14
| * | don't automatically crop avatarDaniel Gultsch2016-03-041-22/+40
| * | allow to copy original url even while downloading. fixes #1743Daniel Gultsch2016-03-041-6/+9
* | | Merge branch 'siacs/master' into developmentChristian S2016-03-0411-102/+206
|\| |
| * | don't break with srcoll events on empty message listsDaniel Gultsch2016-03-031-2/+7
| * | expert option to treat vibrate as silent mode for XA. fixes #1530Daniel Gultsch2016-03-011-6/+9
| * | properly persist accepted crypto targetsDaniel Gultsch2016-03-011-5/+1
| * | let users confirm each member in a conference even if that contact is already...Daniel Gultsch2016-03-012-16/+38
| * | refactored omemo to take multiple recipientsDaniel Gultsch2016-02-292-77/+100
| * | rename purge keys positive button to 'purge keys'Daniel Gultsch2016-02-281-1/+1
| * | always search offline contacts as well. fixes #1653Daniel Gultsch2016-02-271-0/+1
| * | Merge branch 'master' of github.com:siacs/ConversationsDaniel Gultsch2016-02-272-0/+33
| |\ \
| | * \ Merge pull request #1721 from fiaxh/export_logs_storage_permissionDaniel Gultsch2016-02-272-0/+33
| | |\ \
| | | * | Request WRITE_EXTERNAL_STORAGE for ExportLogsPreference in >= Mfiaxh2016-02-242-0/+33
| * | | | changed single_account config into more simple lock_settingsDaniel Gultsch2016-02-277-7/+28
| |/ / /
* | | | bug fixesChristian S2016-02-271-2/+1
* | | | Merge branch 'siacs/master' into developmentChristian S2016-02-278-24/+63
|\| | |
| * | | hide add account icons when single_account is set to trueDaniel Gultsch2016-02-241-0/+3
| * | | optionally lock conference domains as well and hide known domains in uiDaniel Gultsch2016-02-245-17/+39
| * | | made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch2016-02-242-5/+7
| | |/ | |/|
| * | Merge pull request #1715 from fiaxh/gpg_decryption_failedDaniel Gultsch2016-02-241-0/+13
| |\ \
| | * | Retry decryption from message menufiaxh2016-02-231-0/+13
| | |/
* | | Merge branch 'siacs/master' into developmentChristian S2016-02-232-20/+35
|\| |
| * | set noMessagesLeftOnServer before conference configuration fetchDaniel Gultsch2016-02-231-1/+0
| |/
| * properly trigger show load more messages in mucsDaniel Gultsch2016-02-221-2/+10
| * turned muc errors into enum. added error codes for service shutdownDaniel Gultsch2016-02-221-11/+16
| * show load more messages when auto loading is disabled and messages are still ...Daniel Gultsch2016-02-211-6/+10
* | Merge branch 'siacs/master' into developmentChristian S2016-02-206-33/+94
|\|
| * skip avatar ui when pep is not available. fixes #1706Daniel Gultsch2016-02-191-5/+5
| * don't reset whisper on reInit. fixes #1637Daniel Gultsch2016-02-191-3/+0
| * only offer message correction for the very last messageDaniel Gultsch2016-02-171-3/+6