aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2-2/+22
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch1-2/+21
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch1-0/+9
2016-01-23introduced boolean form field wrapperDaniel Gultsch2-1/+14
2016-01-22added UI wrapper for (some) form fieldsDaniel Gultsch1-0/+21
2016-01-22changed spacing in create dialogs and notify user when no accounts are activatedDaniel Gultsch2-6/+10
2016-01-21increased padding in create contact/conference dialogDaniel Gultsch2-15/+21
2016-01-12use match_parent as height in conversations overviewDaniel Gultsch1-2/+2
2016-01-11ask to be excluded from battery optimizationDaniel Gultsch1-169/+212
2016-01-08show per conference notification settings in details activityDaniel Gultsch1-0/+27
2016-01-08show icon in conversations overview when notifications are disabledDaniel Gultsch1-76/+97
2016-01-04Allow entering a JID from 'choose contact'. thanks @singpolymaDaniel Gultsch1-0/+0
fixes #1611 fixes #1602
2016-01-04properly rotate avatarsDaniel Gultsch1-2/+2
2015-12-23show certificate informationDaniel Gultsch1-0/+88
2015-12-01initial tor supportDaniel Gultsch1-1/+53
2015-10-29load avatars in message adapter in background taskDaniel Gultsch2-4/+4
2015-10-28show encryption type in warned/red messagesDaniel Gultsch1-0/+11
2015-10-26Reset the margins manually after rotatingsaqura3-0/+3
2015-10-06Show whether MAM is supported in MUCssaqura1-1/+30
The conference details in "Advanced Mode" now indicate whether MAM is supported by the conference server.
2015-08-26use dedicated colors for primary and primary_darkDaniel Gultsch1-1/+1
2015-08-15Display error message if all contact keys purgedAndreas Straub1-0/+32
2015-08-14show HTTP upload availability on Edit account screenhlad1-0/+20
2015-08-08decreased right hand side padding in contact keysDaniel Gultsch1-1/+3
2015-08-08renamed multi-end / axolotl to OMEMODaniel Gultsch1-3/+3
2015-08-05changed text selection colorDaniel Gultsch2-0/+2
2015-08-03added Config.java varibale to lock account creation to specfic domainDaniel Gultsch1-0/+1
2015-07-30fixed some colors in message adapterDaniel Gultsch2-2/+0
2015-07-29Highlight selected message's fingerprint in listAndreas Straub1-0/+1
2015-07-22Hide regenerate keys buttonAndreas Straub1-1/+1
Can re-enable it via Config.java setting
2015-07-21very subtleDaniel Gultsch8-60/+74
2015-07-20changed sizes of avatars and padding in new message bubblesDaniel Gultsch4-29/+29
2015-07-20changed message bubble appearanceRaphael Pohl5-61/+61
2015-07-20fixed monospace font and android LDaniel Gultsch5-6/+13
2015-07-20Use MD style for key trust toggle switchAndreas Straub1-1/+1
2015-07-19Remove device list from EditAccountAndreas Straub1-43/+0
2015-07-19Ask for key trust when sending messagesAndreas Straub1-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.
2015-07-19Refactor trust key ui and show in account detailsAndreas Straub2-10/+43
Refactored the trust key row UI element so it can be used in multiple places. It now also uses a slider to toggle the trust state, and the redundant trust state description was removed. EditAccountActivity now shows the keys of other devices associated with that account.
2015-07-19Add key trust toggle to ContactDetailsActivityAndreas Straub1-0/+10
Can now toggle IdentityKey trust
2015-07-19Display trust status in ContactDetailsActivityAndreas Straub1-3/+15
2015-07-19Add basic PEP managemend UI to EditAccountActivityAndreas Straub1-0/+101
EditAccountActivity now show own fingerprint, and gives an option to regenerate local keying material (and wipe all sessions associated with the old keys in the process). It also now displays a list of other own devices, and gives an option to remove all but the current device.
2015-07-18changed switch widgetDaniel Gultsch1-2/+3
2015-07-16fixed some ux glitches in editaccountDaniel Gultsch2-2/+0
2015-07-13renamed colorsDaniel Gultsch23-123/+125
2015-05-11rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch1-7/+0
2015-05-02replace send button with quick action button as long as no text has been enteredDaniel Gultsch1-1/+1
2015-04-28increased padding on image buttons on v21 to match material guidelinesDaniel Gultsch3-4/+4
2015-04-27increased padding around switches in manage accountsDaniel Gultsch1-2/+4
2015-04-13fixed regression where the selected conversation wasn't highlighted anymore ↵iNPUTmice1-1/+1
on tabled layout
2015-04-08Enable end-conversation by swipe gestureBrianBlade2-61/+79
Add EnhancedListView library de.timroes.android:EnhancedListView:0.3.4 to enable swipe-out for ListViews Re-enable selectableItemBackground Dont end selectedConversation on swipe Call mConversationFragment.reinit() instead. Add separate undo string for swipe MUC. Add blacklistedConversation for undo swipe Update title_undo_swipe_* strings Fix undo(), rename blacklistedConversation Fix discardUndo(); re-init selectedConversation maintain scroll position after undo clear notification when dismissing a conversation modified / simplified maintain scroll position code simplify handling of selectedConversation change undo_muc string, remove notifyDataSetChanged()
2015-04-01do not overlap account title and switchiNPUTmice1-1/+4