aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-12Fixed layout issue with emojicon tastatur buttonsteckbrief1-1/+0
2016-02-11Fixed XML errors after mergesteckbrief3-8/+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-08Fixes FS#107, Implements FS#77steckbrief1-1/+18
Show the number of online resources in account view and enable show resources by clicking on the account jid
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-04Implements FS#83: Reload from last received messagesteckbrief1-4/+6
2015-12-04Fixes FS#75 - Change color names to reasonable namessteckbrief19-95/+95
2015-12-01initial tor supportDaniel Gultsch1-1/+53
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief2-0/+26
activity to show logcat output and button to copy contents
2015-11-03Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief1-0/+20
picture or not
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-16Fixes FS#82: Background color of conversation list item set to primary ↵steckbrief1-1/+2
background color
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-10-04Publishing additional information in message details dialog such as message ↵steckbrief1-10/+51
type and message status
2015-10-04Implements FS#72, FS#72, FS#73, FS#65, FS#66 - Resource List Dialog added, ↵steckbrief2-0/+140
Open resource list on long click in conversations overview, open resource list on click on bare jid in contact details view, Message details dialog added
2015-09-02Fixes FS#49: Highlight the selected conversation in liststeckbrief1-4/+5
2015-09-02Fixes FS#50: Replace phone numbers and email addresses in messages with linkssteckbrief2-2/+2
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-12- Introduction of SwipeRefreshLayout for conversation viewsteckbrief1-0/+8
- OnScrollListener for ListView of messages removed and replaced with swipe refresh - Loading of messages now possible even if no message is present in conversation
2015-08-11Merge tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe24-201/+227
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