aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-13added possibiltiy to set conferences as moderated (only visible in advanced ↵Daniel Gultsch1-1/+3
mode)
2015-09-06indicate broken pep in server infoDaniel Gultsch1-0/+1
2015-09-01added special error state for dns timeoutDaniel Gultsch1-0/+1
2015-08-27added XEP number for http file uploadDaniel Gultsch1-2/+2
2015-08-26use dedicated colors for primary and primary_darkDaniel Gultsch2-4/+5
2015-08-24renamed plain text to unencrypted. fixes #1331Daniel Gultsch1-2/+2
2015-08-24added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch1-0/+2
2015-08-15Update license string with librariesAndreas Straub1-0/+4
2015-08-15Display error message if all contact keys purgedAndreas Straub1-0/+2
2015-08-14show HTTP upload availability on Edit account screenhlad1-0/+1
2015-08-10provide more detailed error toasts for http file downloadDaniel Gultsch1-1/+3
2015-08-08renamed multi-end / axolotl to OMEMODaniel Gultsch1-12/+11
2015-08-05changed text selection colorDaniel Gultsch1-0/+1
2015-08-03added Config.java varibale to lock account creation to specfic domainDaniel Gultsch1-0/+3
2015-08-01temporarily renamed new encryption method to 'Multi-End' until a better name ↵Daniel Gultsch1-10/+10
has been found
2015-07-31removed expert setting to 'force encryption'. merged certifcate and ↵Daniel Gultsch1-1/+0
encryption settings into same category
2015-07-30fixed some colors in message adapterDaniel Gultsch1-0/+1
2015-07-29Highlight selected message's fingerprint in listAndreas Straub1-0/+1
2015-07-22show warning when trying to highlight users that have left the conferenceDaniel Gultsch1-0/+1
2015-07-22treat private, non-anonymous mucs like 1:1 chats notification wiseDaniel Gultsch1-2/+2
2015-07-21Add INACTIVE state for removed keysAndreas Straub1-0/+1
We introduce a new trust state: INACTIVE. This state is intended for old keys that have been removed. When a TRUSTED device is removed from the PEP devicelist, it's status will be set to INACTIVE. INACTIVE keys are shown in the UI as greyed out, non-interactible key rows. Messages are not encrypted for INACTIVE devices. When an INACTIVE device reappears in PEP, or a message is received from an INACTIVE device, it is set back to trusted.
2015-07-21allow for private messages being started from muc details in anonymous mucsDaniel Gultsch1-0/+1
2015-07-20Add purge axolotl key optionAndreas Straub1-0/+3
Can now long-press a key to permanently purge it.
2015-07-20changed sizes of avatars and padding in new message bubblesDaniel Gultsch1-1/+0
2015-07-20changed message bubble appearanceRaphael Pohl1-0/+1
2015-07-20Use MD style for key trust toggle switchAndreas Straub1-6/+0
2015-07-19Add clear devices to overflow menu in EditAccountAndreas Straub1-0/+2
2015-07-19Ask for key trust when sending messagesAndreas Straub1-0/+3
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-0/+8
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 Straub2-0/+2
Can now toggle IdentityKey trust
2015-07-19Display axolotl chat message hintAndreas Straub1-0/+1
2015-07-19Add basic PEP managemend UI to EditAccountActivityAndreas Straub1-0/+6
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 Straub1-0/+1
2015-07-18changed switch widgetDaniel Gultsch1-2/+12
2015-07-16version bump to 1.5.0-beta.2Daniel Gultsch1-1/+1
2015-07-16made 'check image on http host' message more generic. fixed #1281Daniel Gultsch1-2/+1
2015-07-13renamed colorsDaniel Gultsch4-18/+17
2015-07-10display toast in ui on failed http downloadDaniel Gultsch1-0/+1
fixes #954
2015-07-02refactored message context menuDaniel Gultsch1-3/+2
2015-05-26added choose picture as another quick action. fixes #1221Daniel Gultsch1-0/+2
2015-05-10changed conversation red to material redDaniel Gultsch1-1/+1
2015-05-02replace send button with quick action button as long as no text has been enteredDaniel Gultsch2-404/+424
2015-04-28increased padding on image buttons on v21 to match material guidelinesDaniel Gultsch1-3/+4
2015-04-19Add option to remove manually approved certificatesBrianBlade1-0/+11
- "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-11Add option to use MTM without default TrustManagerBrianBlade1-0/+2
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 gestureBrianBlade1-0/+3
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-03-18Added multiple select to Choose Contact ActivityAndreas Straub1-0/+4
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-10show geo uris as 'location' in overviewiNPUTmice1-0/+2
2015-03-07display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice1-0/+3
location intent can be resolved
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice1-0/+4