aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-19Add refresh icon to v21 themeSam Whited6-0/+1
2015-07-19Add key trust toggle to ContactDetailsActivityAndreas Straub12-0/+13
Can now toggle IdentityKey trust
2015-07-19Display trust status in ContactDetailsActivityAndreas Straub1-3/+15
2015-07-19Display axolotl chat message hintAndreas Straub1-0/+1
2015-07-19Add basic PEP managemend UI to EditAccountActivityAndreas Straub2-0/+107
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-19CryptoNext Menu entries addedAndreas Straub2-0/+4
2015-07-18changed switch widgetDaniel Gultsch30-4/+58
2015-07-18pulled translationsDaniel Gultsch7-1/+15
2015-07-16version bump to 1.5.0-beta.2Daniel Gultsch1-1/+1
2015-07-16fixed some ux glitches in editaccountDaniel Gultsch2-2/+0
2015-07-16removed empty translation fileDaniel Gultsch1-2/+0
2015-07-16made 'check image on http host' message more generic. fixed #1281Daniel Gultsch27-103/+332
2015-07-13renamed colorsDaniel Gultsch34-152/+153
2015-07-10display toast in ui on failed http downloadDaniel Gultsch1-0/+1
fixes #954
2015-07-02refactored message context menuDaniel Gultsch2-10/+15
2015-06-23pulled new translations from transifexDaniel Gultsch2-3/+20
2015-06-10pulled new translations from transifexDaniel Gultsch2-0/+10
2015-06-02upgrade build toolsDaniel Gultsch1-2/+0
2015-05-26pulled translations from transifexDaniel Gultsch4-0/+20
2015-05-26added choose picture as another quick action. fixes #1221Daniel Gultsch21-0/+2
2015-05-20pulled translations from transifexDaniel Gultsch7-0/+35
2015-05-16pulled new translations from transifexDaniel Gultsch3-52/+302
2015-05-11pulled updated translations from transifexDaniel Gultsch2-2/+4
2015-05-11rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch1-7/+0
2015-05-10changed conversation red to material redDaniel Gultsch26-1/+1
2015-05-03turn send button in cancel button while in whisper modeDaniel Gultsch20-0/+0
2015-05-02replace send button with quick action button as long as no text has been enteredDaniel Gultsch115-405/+433
2015-05-01pulled translations from transifexDaniel Gultsch2-0/+70
2015-04-29pulled translations from transifexDaniel Gultsch8-1/+607
2015-04-28adjust dimens slightly to work with v21+ (v21 doesn't count the navigation bar)Daniel Gultsch3-0/+0
2015-04-28increased padding on image buttons on v21 to match material guidelinesDaniel Gultsch5-7/+9
2015-04-28made material icons smaller (24dp)Daniel Gultsch133-17/+15
2015-04-27increased padding around switches in manage accountsDaniel Gultsch1-2/+4
2015-04-26pulled translations from transifexDaniel Gultsch9-3/+205
2015-04-21added missing translations from transifexDaniel Gultsch11-8/+24
2015-04-20pulled latest translations from transifexDaniel Gultsch6-3/+727
2015-04-19Add option to remove manually approved certificatesBrianBlade3-5/+33
- "Remove certificates" option brings up a dialog that allows to delete certificates from MemorizingTrustManager's keystore - Reconnect active accounts when certificate-settings are changed - new preference category "Certificate options"
2015-04-14maintain state when rotating settings activityiNPUTmice1-4/+10
2015-04-13fixed regression where the selected conversation wasn't highlighted anymore ↵iNPUTmice1-1/+1
on tabled layout
2015-04-11Add option to use MTM without default TrustManagerBrianBlade3-0/+9
Add a new "Don't trust system CAs" preference under advanced options that will change the behaviour of the MemorizingTrustManager. All formerly unknown certificates will raise a warning if checked.
2015-04-08Enable end-conversation by swipe gestureBrianBlade6-62/+89
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-01pulled translations from transifexiNPUTmice7-15/+466
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-03-22Update french translationErkan1-0/+4
2015-03-22pulled translationsiNPUTmice5-0/+21
2015-03-19pulled more translationsiNPUTmice1-0/+5
2015-03-18Added multiple select to Choose Contact ActivityAndreas Straub2-0/+13
When passing the Choose Contact Activity a boolean called "multiple" set to true, it now allows the user to select multiple contacts. Long pressing a contact enters multiple selection mode and the selection is confirmed using a button in the CAB. The Activity returns whether or not multiple contacts were selected using the same boolean. If multiple contacts were selected, an array of JID strings called "contacts" is returned. The Choose Contact Activity now also honors "filter_contacts", an array of strings containing JIDs that should not be displayed in the picker. The invite to conference dialog now uses this feature to enable inviting multiple contacts at once. Additionally, Invite Contact uses "filter_contacts" to only display contacts that are not yet participating in the conversation
2015-03-16pulled new translations from transifexiNPUTmice10-11/+348
2015-03-10open location directly from notificationiNPUTmice5-0/+0