aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* only rendering first 5k chars of each messageDaniel Gultsch2016-05-282-2/+0
|
* add 'create conference' dialogDaniel Gultsch2016-05-261-0/+42
|
* show password dialog when account was magic createdDaniel Gultsch2016-05-191-0/+19
|
* cap messages after 256 lines in UIDaniel Gultsch2016-05-162-0/+2
|
* improve keyboard handling. fixes #1387Daniel Gultsch2016-05-121-0/+1
| | | | | | * start a new Conversations by pressing mod+space * automatically start searching when pressing keys in StartConversationsActivity * when hitting enter when number of search results == 1 open that conversation
* do not show last-seen metric in UIDaniel Gultsch2016-05-101-8/+1
|
* cleaned up captcha dialogDaniel Gultsch2016-04-281-0/+27
|
* prevent user from accidentally changing password after using magic createDaniel Gultsch2016-04-261-10/+12
|
* show status messages in contact detailsDaniel Gultsch2016-04-231-16/+19
|
* expert setting to manually change presenceDaniel Gultsch2016-04-223-0/+147
|
* put welcome screen in scrollviewDaniel Gultsch2016-04-221-62/+67
|
* added magic create welcome screenDaniel Gultsch2016-04-192-0/+152
|
* let users confirm each member in a conference even if that contact is ↵Daniel Gultsch2016-03-011-26/+34
| | | | already trusted
* refactored omemo to take multiple recipientsDaniel Gultsch2016-02-292-26/+34
|
* basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2016-02-152-2/+22
|
* client side support for XEP-0357: Push NotificationsDaniel Gultsch2016-02-121-2/+21
|
* prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch2016-02-041-0/+9
|
* introduced boolean form field wrapperDaniel Gultsch2016-01-232-1/+14
|
* added UI wrapper for (some) form fieldsDaniel Gultsch2016-01-221-0/+21
|
* changed spacing in create dialogs and notify user when no accounts are activatedDaniel Gultsch2016-01-222-6/+10
|
* increased padding in create contact/conference dialogDaniel Gultsch2016-01-212-15/+21
|
* use match_parent as height in conversations overviewDaniel Gultsch2016-01-121-2/+2
|
* ask to be excluded from battery optimizationDaniel Gultsch2016-01-111-169/+212
|
* show per conference notification settings in details activityDaniel Gultsch2016-01-081-0/+27
|
* show icon in conversations overview when notifications are disabledDaniel Gultsch2016-01-081-76/+97
|
* Allow entering a JID from 'choose contact'. thanks @singpolymaDaniel Gultsch2016-01-041-0/+0
| | | | | fixes #1611 fixes #1602
* properly rotate avatarsDaniel Gultsch2016-01-041-2/+2
|
* show certificate informationDaniel Gultsch2015-12-231-0/+88
|
* initial tor supportDaniel Gultsch2015-12-011-1/+53
|
* load avatars in message adapter in background taskDaniel Gultsch2015-10-292-4/+4
|
* show encryption type in warned/red messagesDaniel Gultsch2015-10-281-0/+11
|
* Reset the margins manually after rotatingsaqura2015-10-263-0/+3
|
* Show whether MAM is supported in MUCssaqura2015-10-061-1/+30
| | | | | The conference details in "Advanced Mode" now indicate whether MAM is supported by the conference server.
* use dedicated colors for primary and primary_darkDaniel Gultsch2015-08-261-1/+1
|
* Display error message if all contact keys purgedAndreas Straub2015-08-151-0/+32
|
* show HTTP upload availability on Edit account screenhlad2015-08-141-0/+20
|
* decreased right hand side padding in contact keysDaniel Gultsch2015-08-081-1/+3
|
* renamed multi-end / axolotl to OMEMODaniel Gultsch2015-08-081-3/+3
|
* changed text selection colorDaniel Gultsch2015-08-052-0/+2
|
* added Config.java varibale to lock account creation to specfic domainDaniel Gultsch2015-08-031-0/+1
|
* fixed some colors in message adapterDaniel Gultsch2015-07-302-2/+0
|
* Highlight selected message's fingerprint in listAndreas Straub2015-07-291-0/+1
|
* Hide regenerate keys buttonAndreas Straub2015-07-221-1/+1
| | | | Can re-enable it via Config.java setting
* very subtleDaniel Gultsch2015-07-218-60/+74
|
* changed sizes of avatars and padding in new message bubblesDaniel Gultsch2015-07-204-29/+29
|
* changed message bubble appearanceRaphael Pohl2015-07-205-61/+61
|
* fixed monospace font and android LDaniel Gultsch2015-07-205-6/+13
|
* Use MD style for key trust toggle switchAndreas Straub2015-07-201-1/+1
|
* Remove device list from EditAccountAndreas Straub2015-07-191-43/+0
|
* Ask for key trust when sending messagesAndreas Straub2015-07-191-0/+120
| | | | | | If the contact (or the own account) has keys that have UNDECIDED trust, we now drop the user into the new TrustKeysActivity, where they have to decide for each new key whether it should be TRUSTED or UNTRUSTED.