aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * fixed missing image previewiNPUTmice2015-01-201-1/+1
| |
| * fixed up button on v21 devicesiNPUTmice2015-01-201-2/+6
| |
| * fixed bug when sharing files from google driveiNPUTmice2015-01-181-7/+11
| |
| * explain read markeriNPUTmice2015-01-181-20/+6
| |
| * use same helper methods for images and filesiNPUTmice2015-01-181-33/+8
| |
| * Add download button on notification if applicableSam Whited2015-01-161-6/+14
| |
| * sending read marker when resuming activity and conversation is openiNPUTmice2015-01-151-1/+4
| |
| * show toast when avatar has been published - fixed #874iNPUTmice2015-01-151-13/+13
| |
| * Add option to swap enter/emoticon keySam Whited2015-01-143-26/+45
| |
| * context menu for files and offered files. fixed #848 fixed #849Daniel Gultsch2015-01-121-13/+21
| |
| * reworked message preview / message meta information (ie file offered, ↵Daniel Gultsch2015-01-122-129/+46
| | | | | | | | | | | | received * file) fixed #837
| * Add XEP-0245 (/me command) supportSam Whited2015-01-113-145/+172
| |
| * make room persistant when changing subject or other muc optionsDaniel Gultsch2015-01-101-16/+10
| |
| * don't crash when selecting a conversation by uuid did not workDaniel Gultsch2015-01-101-16/+20
| |
| * fixed regression in tablet uiDaniel Gultsch2015-01-091-0/+2
| |
| * Introduced expert options to control enter-is-sendDaniel Gultsch2015-01-093-5/+17
| | | | | | | | (default == off)
| * ensure that everyone is member before making a room privateDaniel Gultsch2015-01-091-1/+8
| |
| * allow for very basic muc configurationDaniel Gultsch2015-01-081-7/+73
| |
| * code cleanupDaniel Gultsch2015-01-081-2/+0
| |
| * kick after banDaniel Gultsch2015-01-081-1/+14
| |
| * some clean ups for affiliation change context menuDaniel Gultsch2015-01-081-2/+8
| |
| * more muc optionsDaniel Gultsch2015-01-072-10/+28
| | | | | | | | | | | | * show invite button only with admin privileges or on public conferences * Offer to ban user in public conferences. Thanks to @betheg for the awesome ground work for this
| * basic affiliation changes in mucDaniel Gultsch2015-01-071-13/+63
| |
| * reset next encryption when archiving conversationsDaniel Gultsch2015-01-071-1/+0
| |
| * run invalidateOptionsMenu on uiThreadDaniel Gultsch2015-01-061-1/+1
| |
| * fixed potential NPEs in ShareWithActivityDaniel Gultsch2015-01-061-4/+5
| |
| * added debug info + possible platform bug work arounds to message adapterDaniel Gultsch2015-01-051-0/+10
| |
| * Show affiliation instead of role in MucDetails and offer 'advanced mode' to ↵Daniel Gultsch2015-01-051-45/+48
| | | | | | | | display role
| * added higher auto accept file sizesDaniel Gultsch2015-01-041-2/+2
| | | | | | | | also changed labeling to MiB and KiB
* | - Avoiding accessing shared preferences to know if emoticons should be ↵steckbrief2015-01-204-21/+50
| | | | | | | | | | | | parsed for every single message - Adding support to show online status in Conversations overview (configurable via the setting "send_button_status")
* | Setting added for parsing emoticons or notTristan Zur2015-01-112-2/+8
| |
* | Fixed missing symbol for eu.siacs.conversations.Config and wrong parameter ↵Tristan Zur2015-01-102-2/+4
| | | | | | | | for method eu.siacs.conversations.utils.UIHelper.transformAscii..
* | Merge branch 'master' of ssh://git.fucktheforce.de/conversationslookshe2015-01-0319-949/+1762
|\| | | | | | | | | | | | | | | Conflicts: src/main/java/eu/siacs/conversations/Config.java src/main/java/eu/siacs/conversations/ui/adapter/ConversationAdapter.java src/main/java/eu/siacs/conversations/ui/adapter/MessageAdapter.java src/main/java/eu/siacs/conversations/utils/UIHelper.java
| * record voice and attachment refactorDaniel Gultsch2015-01-032-67/+58
| |
| * disable / enable all accountsDaniel Gultsch2015-01-031-16/+84
| |
| * migrated change password into separate activityDaniel Gultsch2015-01-032-79/+127
| |
| * some further otr improvementsDaniel Gultsch2015-01-022-2/+10
| |
| * click on dynamic tag to filter for that tagDaniel Gultsch2015-01-022-0/+34
| |
| * allow cancellation of waiting filesDaniel Gultsch2015-01-021-19/+19
| |
| * put Conversations into background mode earlierDaniel Gultsch2015-01-022-7/+26
| |
| * improved OTR verification part oneDaniel Gultsch2015-01-024-140/+223
| |
| * fixed npe in block menu itemDaniel Gultsch2014-12-301-1/+1
| |
| * code cleanup for change password stuffDaniel Gultsch2014-12-251-13/+20
| |
| * added callback to change account password to notify UI on success / failureDaniel Gultsch2014-12-251-14/+44
| |
| * Add ability to change password on serverSam Whited2014-12-252-46/+68
| | | | | | | | Fixes #260
| * proper call to invalidateViews()Daniel Gultsch2014-12-251-1/+1
| |
| * Show server info option when blocking is unavailablepulser2014-12-241-2/+4
| | | | | | | | | | | | | | | | Current head of development branch doesn't show server information if blocking is disabled. This is due to slightly wrong logic on an if statement. This patch ensures only the blocking option is disabled when blocking is not supported by the server, and that the feature remains available.
| * Don't allow user to register domain only jidsSam Whited2014-12-231-0/+5
| |
| * Don't show menu on create account screenSam Whited2014-12-231-0/+3
| |
| * Remove old JID validatorSam Whited2014-12-232-91/+77
| |