aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2015-04-01Add toggle account-state switchBrianBlade1-0/+8
Add a switch to AccountAdapter that allows self-contained enabling/disabling of accounts without the need to bring up the context-menu
2015-01-29Use Material Design Icons on API 21+Sam Whited3-4/+4
2015-01-21always allow access to contact details. provide add button in contact detailsiNPUTmice1-0/+7
2015-01-20Fixed action bar search for Android 5.0iNPUTmice1-4/+4
2015-01-18explain read markeriNPUTmice1-0/+13
2015-01-13Fix bottom padding on about pageSam Whited1-1/+1
2015-01-13make use of different dimensions for different screen sizesDaniel Gultsch6-15/+39
2015-01-12Use margin instead of padding in about screenSam Whited1-4/+4
2015-01-11shortened some stringDaniel Gultsch1-0/+1
2015-01-10fixed #860Daniel Gultsch1-0/+1
2015-01-08allow for very basic muc configurationDaniel Gultsch1-115/+142
2015-01-03added missing layout fileDaniel Gultsch1-0/+105
2015-01-03migrated change password into separate activityDaniel Gultsch1-9/+0
2015-01-02fixed layout fileDaniel Gultsch1-1/+1
2015-01-02improved OTR verification part oneDaniel Gultsch1-188/+146
2014-12-25code cleanup for change password stuffDaniel Gultsch1-1/+1
2014-12-25Add ability to change password on serverSam Whited1-2/+9
Fixes #260
2014-12-23Add more server compatibility info.Sam Whited1-4/+102
Hide server info behind a checkbox. Add XEP-0352 support to the server info list Add XEP-0237 to server info list Add XEP-0352 support to the server info list Add MaM and Blocking to the account XEPs list Also add a toggle button to hide some of the list Rebase on current codebase Make MAM string more descriptive Change show more button to checkbox menu item Shorten `MAM (History)' to `MAM' Order XEP list and hide all by default Supress warning (which is wrong anyways) Change `Show more' to `Show more info'
2014-11-29Accessibility: Add missing image descriptionsSam Whited2-3/+6
2014-11-18show dynamic tags in contacts activity as welliNPUTmice1-12/+7
2014-11-16happy hanukkahiNPUTmice2-1/+20
2014-11-16made scan and show qr code more accessible in VerifyOtrActivityiNPUTmice1-5/+5
2014-11-11added snackbar to indicate smp. more error handling in verify activityiNPUTmice1-0/+12
2014-11-11initial smp supportiNPUTmice2-60/+177
2014-11-10added snackbar to indicate smp. more error handling in verify activityiNPUTmice1-0/+12
2014-11-10initial smp supportiNPUTmice2-60/+177
2014-11-04reformated license a bitiNPUTmice1-3/+3
2014-11-04Shorten license text and fix height of scrollviewSam Whited1-2/+2
2014-11-04Use normal text size and colorSam Whited1-1/+4
2014-11-04Make links clickable in about textSam Whited1-1/+3
2014-11-04Convert about dialog to activitySam Whited1-0/+16
2014-11-04show avatar in editaccountiNPUTmice1-4/+14
2014-11-03Wrap "last seen" time.Sam Whited1-2/+1
Fixes #611