Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | let users confirm each member in a conference even if that contact is ↵ | Daniel Gultsch | 2016-03-01 | 1 | -26/+34 |
| | | | | already trusted | ||||
* | refactored omemo to take multiple recipients | Daniel Gultsch | 2016-02-29 | 2 | -26/+34 |
| | |||||
* | basic support for XEP-0308: Last Message Correction. fixes #864 | Daniel Gultsch | 2016-02-15 | 2 | -2/+22 |
| | |||||
* | client side support for XEP-0357: Push Notifications | Daniel Gultsch | 2016-02-12 | 1 | -2/+21 |
| | |||||
* | prevent previoulsly cleared messages from reloading. fixes #1110 | Daniel Gultsch | 2016-02-04 | 1 | -0/+9 |
| | |||||
* | introduced boolean form field wrapper | Daniel Gultsch | 2016-01-23 | 2 | -1/+14 |
| | |||||
* | added UI wrapper for (some) form fields | Daniel Gultsch | 2016-01-22 | 1 | -0/+21 |
| | |||||
* | changed spacing in create dialogs and notify user when no accounts are activated | Daniel Gultsch | 2016-01-22 | 2 | -6/+10 |
| | |||||
* | increased padding in create contact/conference dialog | Daniel Gultsch | 2016-01-21 | 2 | -15/+21 |
| | |||||
* | use match_parent as height in conversations overview | Daniel Gultsch | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | ask to be excluded from battery optimization | Daniel Gultsch | 2016-01-11 | 1 | -169/+212 |
| | |||||
* | show per conference notification settings in details activity | Daniel Gultsch | 2016-01-08 | 1 | -0/+27 |
| | |||||
* | show icon in conversations overview when notifications are disabled | Daniel Gultsch | 2016-01-08 | 1 | -76/+97 |
| | |||||
* | Allow entering a JID from 'choose contact'. thanks @singpolyma | Daniel Gultsch | 2016-01-04 | 1 | -0/+0 |
| | | | | | fixes #1611 fixes #1602 | ||||
* | properly rotate avatars | Daniel Gultsch | 2016-01-04 | 1 | -2/+2 |
| | |||||
* | show certificate information | Daniel Gultsch | 2015-12-23 | 1 | -0/+88 |
| | |||||
* | initial tor support | Daniel Gultsch | 2015-12-01 | 1 | -1/+53 |
| | |||||
* | load avatars in message adapter in background task | Daniel Gultsch | 2015-10-29 | 2 | -4/+4 |
| | |||||
* | show encryption type in warned/red messages | Daniel Gultsch | 2015-10-28 | 1 | -0/+11 |
| | |||||
* | Reset the margins manually after rotating | saqura | 2015-10-26 | 3 | -0/+3 |
| | |||||
* | Show whether MAM is supported in MUCs | saqura | 2015-10-06 | 1 | -1/+30 |
| | | | | | The conference details in "Advanced Mode" now indicate whether MAM is supported by the conference server. | ||||
* | use dedicated colors for primary and primary_dark | Daniel Gultsch | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | Display error message if all contact keys purged | Andreas Straub | 2015-08-15 | 1 | -0/+32 |
| | |||||
* | show HTTP upload availability on Edit account screen | hlad | 2015-08-14 | 1 | -0/+20 |
| | |||||
* | decreased right hand side padding in contact keys | Daniel Gultsch | 2015-08-08 | 1 | -1/+3 |
| | |||||
* | renamed multi-end / axolotl to OMEMO | Daniel Gultsch | 2015-08-08 | 1 | -3/+3 |
| | |||||
* | changed text selection color | Daniel Gultsch | 2015-08-05 | 2 | -0/+2 |
| | |||||
* | added Config.java varibale to lock account creation to specfic domain | Daniel Gultsch | 2015-08-03 | 1 | -0/+1 |
| | |||||
* | fixed some colors in message adapter | Daniel Gultsch | 2015-07-30 | 2 | -2/+0 |
| | |||||
* | Highlight selected message's fingerprint in list | Andreas Straub | 2015-07-29 | 1 | -0/+1 |
| | |||||
* | Hide regenerate keys button | Andreas Straub | 2015-07-22 | 1 | -1/+1 |
| | | | | Can re-enable it via Config.java setting | ||||
* | very subtle | Daniel Gultsch | 2015-07-21 | 8 | -60/+74 |
| | |||||
* | changed sizes of avatars and padding in new message bubbles | Daniel Gultsch | 2015-07-20 | 4 | -29/+29 |
| | |||||
* | changed message bubble appearance | Raphael Pohl | 2015-07-20 | 5 | -61/+61 |
| | |||||
* | fixed monospace font and android L | Daniel Gultsch | 2015-07-20 | 5 | -6/+13 |
| | |||||
* | Use MD style for key trust toggle switch | Andreas Straub | 2015-07-20 | 1 | -1/+1 |
| | |||||
* | Remove device list from EditAccount | Andreas Straub | 2015-07-19 | 1 | -43/+0 |
| | |||||
* | Ask for key trust when sending messages | Andreas Straub | 2015-07-19 | 1 | -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. | ||||
* | Refactor trust key ui and show in account details | Andreas Straub | 2015-07-19 | 2 | -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. | ||||
* | Add key trust toggle to ContactDetailsActivity | Andreas Straub | 2015-07-19 | 1 | -0/+10 |
| | | | | Can now toggle IdentityKey trust | ||||
* | Display trust status in ContactDetailsActivity | Andreas Straub | 2015-07-19 | 1 | -3/+15 |
| | |||||
* | Add basic PEP managemend UI to EditAccountActivity | Andreas Straub | 2015-07-19 | 1 | -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. | ||||
* | changed switch widget | Daniel Gultsch | 2015-07-18 | 1 | -2/+3 |
| | |||||
* | fixed some ux glitches in editaccount | Daniel Gultsch | 2015-07-16 | 2 | -2/+0 |
| | |||||
* | renamed colors | Daniel Gultsch | 2015-07-13 | 23 | -123/+125 |
| | |||||
* | rewrote parts of message adapter to avoid using NULL views | Daniel Gultsch | 2015-05-11 | 1 | -7/+0 |
| | |||||
* | replace send button with quick action button as long as no text has been entered | Daniel Gultsch | 2015-05-02 | 1 | -1/+1 |
| | |||||
* | increased padding on image buttons on v21 to match material guidelines | Daniel Gultsch | 2015-04-28 | 3 | -4/+4 |
| | |||||
* | increased padding around switches in manage accounts | Daniel Gultsch | 2015-04-27 | 1 | -2/+4 |
| | |||||
* | fixed regression where the selected conversation wasn't highlighted anymore ↵ | iNPUTmice | 2015-04-13 | 1 | -1/+1 |
| | | | | on tabled layout |