Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Enable end-conversation by swipe gesture | BrianBlade | 2015-04-08 | 2 | -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() | ||||
* | do not overlap account title and switch | iNPUTmice | 2015-04-01 | 1 | -1/+4 |
| | |||||
* | Add toggle account-state switch | BrianBlade | 2015-04-01 | 1 | -0/+8 |
| | | | | | Add a switch to AccountAdapter that allows self-contained enabling/disabling of accounts without the need to bring up the context-menu | ||||
* | Use Material Design Icons on API 21+ | Sam Whited | 2015-01-29 | 3 | -4/+4 |
| | |||||
* | always allow access to contact details. provide add button in contact details | iNPUTmice | 2015-01-21 | 1 | -0/+7 |
| | |||||
* | Fixed action bar search for Android 5.0 | iNPUTmice | 2015-01-20 | 1 | -4/+4 |
| | |||||
* | explain read marker | iNPUTmice | 2015-01-18 | 1 | -0/+13 |
| | |||||
* | Fix bottom padding on about page | Sam Whited | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | make use of different dimensions for different screen sizes | Daniel Gultsch | 2015-01-13 | 6 | -15/+39 |
| | |||||
* | Use margin instead of padding in about screen | Sam Whited | 2015-01-12 | 1 | -4/+4 |
| | |||||
* | shortened some string | Daniel Gultsch | 2015-01-11 | 1 | -0/+1 |
| | |||||
* | fixed #860 | Daniel Gultsch | 2015-01-10 | 1 | -0/+1 |
| | |||||
* | allow for very basic muc configuration | Daniel Gultsch | 2015-01-08 | 1 | -115/+142 |
| | |||||
* | added missing layout file | Daniel Gultsch | 2015-01-03 | 1 | -0/+105 |
| | |||||
* | migrated change password into separate activity | Daniel Gultsch | 2015-01-03 | 1 | -9/+0 |
| | |||||
* | fixed layout file | Daniel Gultsch | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | improved OTR verification part one | Daniel Gultsch | 2015-01-02 | 1 | -188/+146 |
| | |||||
* | code cleanup for change password stuff | Daniel Gultsch | 2014-12-25 | 1 | -1/+1 |
| | |||||
* | Add ability to change password on server | Sam Whited | 2014-12-25 | 1 | -2/+9 |
| | | | | Fixes #260 | ||||
* | Add more server compatibility info. | Sam Whited | 2014-12-23 | 1 | -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' | ||||
* | Accessibility: Add missing image descriptions | Sam Whited | 2014-11-29 | 2 | -3/+6 |
| | |||||
* | show dynamic tags in contacts activity as well | iNPUTmice | 2014-11-18 | 1 | -12/+7 |
| | |||||
* | happy hanukkah | iNPUTmice | 2014-11-16 | 2 | -1/+20 |
| |