Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-10-04 | Publishing additional information in message details dialog such as message ↵ | steckbrief | 1 | -10/+51 | |
type and message status | |||||
2015-10-04 | Implements FS#72, FS#72, FS#73, FS#65, FS#66 - Resource List Dialog added, ↵ | steckbrief | 2 | -0/+140 | |
Open resource list on long click in conversations overview, open resource list on click on bare jid in contact details view, Message details dialog added | |||||
2015-09-02 | Fixes FS#49: Highlight the selected conversation in list | steckbrief | 1 | -4/+5 | |
2015-09-02 | Fixes FS#50: Replace phone numbers and email addresses in messages with links | steckbrief | 2 | -2/+2 | |
2015-08-26 | use dedicated colors for primary and primary_dark | Daniel Gultsch | 1 | -1/+1 | |
2015-08-15 | Display error message if all contact keys purged | Andreas Straub | 1 | -0/+32 | |
2015-08-14 | show HTTP upload availability on Edit account screen | hlad | 1 | -0/+20 | |
2015-08-12 | - Introduction of SwipeRefreshLayout for conversation view | steckbrief | 1 | -0/+8 | |
- OnScrollListener for ListView of messages removed and replaced with swipe refresh - Loading of messages now possible even if no message is present in conversation | |||||
2015-08-11 | Merge tag '1.5.2' into trz/rebase | lookshe | 24 | -201/+227 | |
2015-08-08 | decreased right hand side padding in contact keys | Daniel Gultsch | 1 | -1/+3 | |
2015-08-08 | renamed multi-end / axolotl to OMEMO | Daniel Gultsch | 1 | -3/+3 | |
2015-08-05 | changed text selection color | Daniel Gultsch | 2 | -0/+2 | |
2015-08-03 | added Config.java varibale to lock account creation to specfic domain | Daniel Gultsch | 1 | -0/+1 | |
2015-07-30 | fixed some colors in message adapter | Daniel Gultsch | 2 | -2/+0 | |
2015-07-29 | Highlight selected message's fingerprint in list | Andreas Straub | 1 | -0/+1 | |
2015-07-22 | Hide regenerate keys button | Andreas Straub | 1 | -1/+1 | |
Can re-enable it via Config.java setting | |||||
2015-07-21 | very subtle | Daniel Gultsch | 8 | -60/+74 | |
2015-07-20 | changed sizes of avatars and padding in new message bubbles | Daniel Gultsch | 4 | -29/+29 | |
2015-07-20 | changed message bubble appearance | Raphael Pohl | 5 | -61/+61 | |
2015-07-20 | fixed monospace font and android L | Daniel Gultsch | 5 | -6/+13 | |
2015-07-20 | Use MD style for key trust toggle switch | Andreas Straub | 1 | -1/+1 | |
2015-07-19 | Remove device list from EditAccount | Andreas Straub | 1 | -43/+0 | |
2015-07-19 | Ask for key trust when sending messages | Andreas Straub | 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. | |||||
2015-07-19 | Refactor trust key ui and show in account details | Andreas Straub | 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. | |||||
2015-07-19 | Add key trust toggle to ContactDetailsActivity | Andreas Straub | 1 | -0/+10 | |
Can now toggle IdentityKey trust | |||||
2015-07-19 | Display trust status in ContactDetailsActivity | Andreas Straub | 1 | -3/+15 | |
2015-07-19 | Add basic PEP managemend UI to EditAccountActivity | Andreas Straub | 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. | |||||
2015-07-18 | changed switch widget | Daniel Gultsch | 1 | -2/+3 | |
2015-07-16 | fixed some ux glitches in editaccount | Daniel Gultsch | 2 | -2/+0 | |
2015-07-13 | renamed colors | Daniel Gultsch | 23 | -123/+125 | |
2015-06-19 | Status color added to "create conversation" (refers to ticket #22 in flyspray) | steckbrief | 1 | -2/+9 | |
2015-06-19 | Status color added to "create conversation" (refers to ticket #22 in flyspray) | steckbrief | 1 | -2/+9 | |
2015-06-19 | renaming eu.siacs.conversations to de.thedevstack.conversationsplus | steckbrief | 2 | -3/+3 | |
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed | |||||
2015-05-11 | rewrote parts of message adapter to avoid using NULL views | Daniel Gultsch | 1 | -7/+0 | |
2015-05-02 | replace send button with quick action button as long as no text has been entered | Daniel Gultsch | 1 | -1/+1 | |
2015-04-28 | increased padding on image buttons on v21 to match material guidelines | Daniel Gultsch | 3 | -4/+4 | |
2015-04-27 | increased padding around switches in manage accounts | Daniel Gultsch | 1 | -2/+4 | |
2015-04-15 | moved color picker to libs | lookshe | 2 | -145/+0 | |
2015-04-13 | fixed regression where the selected conversation wasn't highlighted anymore ↵ | iNPUTmice | 1 | -1/+1 | |
on tabled layout | |||||
2015-04-12 | changed last message in overview also to EmojiconTextView for displaying ↵ | lookshe | 1 | -3/+6 | |
smileys correctly | |||||
2015-04-12 | whatsapp-like smiley implementation | lookshe | 3 | -7/+22 | |
2015-04-11 | Color choose dialog | steckbrief | 2 | -0/+145 | |
2015-04-08 | Enable end-conversation by swipe gesture | BrianBlade | 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() | |||||
2015-04-01 | do not overlap account title and switch | iNPUTmice | 1 | -1/+4 | |
2015-04-01 | Add toggle account-state switch | BrianBlade | 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 | |||||
2015-01-29 | Use Material Design Icons on API 21+ | Sam Whited | 3 | -4/+4 | |
2015-01-21 | always allow access to contact details. provide add button in contact details | iNPUTmice | 1 | -0/+7 | |
2015-01-20 | - Avoiding accessing shared preferences to know if emoticons should be ↵ | steckbrief | 1 | -1/+11 | |
parsed for every single message - Adding support to show online status in Conversations overview (configurable via the setting "send_button_status") | |||||
2015-01-20 | Fixed action bar search for Android 5.0 | iNPUTmice | 1 | -4/+4 | |
2015-01-18 | explain read marker | iNPUTmice | 1 | -0/+13 | |