aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Show whether MAM is supported in MUCssaqura2015-10-061-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_darkDaniel Gultsch2015-08-261-1/+1
| | |
| * | Display error message if all contact keys purgedAndreas Straub2015-08-151-0/+32
| | |
| * | show HTTP upload availability on Edit account screenhlad2015-08-141-0/+20
| | |
| * | decreased right hand side padding in contact keysDaniel Gultsch2015-08-081-1/+3
| | |
| * | renamed multi-end / axolotl to OMEMODaniel Gultsch2015-08-081-3/+3
| | |
| * | changed text selection colorDaniel Gultsch2015-08-052-0/+2
| | |
| * | added Config.java varibale to lock account creation to specfic domainDaniel Gultsch2015-08-031-0/+1
| | |
| * | fixed some colors in message adapterDaniel Gultsch2015-07-302-2/+0
| | |
| * | Highlight selected message's fingerprint in listAndreas Straub2015-07-291-0/+1
| | |
| * | Hide regenerate keys buttonAndreas Straub2015-07-221-1/+1
| | | | | | | | | | | | Can re-enable it via Config.java setting
| * | very subtleDaniel Gultsch2015-07-218-60/+74
| | |
| * | changed sizes of avatars and padding in new message bubblesDaniel Gultsch2015-07-204-29/+29
| | |
| * | changed message bubble appearanceRaphael Pohl2015-07-205-61/+61
| | |
| * | fixed monospace font and android LDaniel Gultsch2015-07-205-6/+13
| | |
| * | Use MD style for key trust toggle switchAndreas Straub2015-07-201-1/+1
| | |
| * | Remove device list from EditAccountAndreas Straub2015-07-191-43/+0
| | |
| * | Ask for key trust when sending messagesAndreas Straub2015-07-191-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 detailsAndreas Straub2015-07-192-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 ContactDetailsActivityAndreas Straub2015-07-191-0/+10
| | | | | | | | | | | | Can now toggle IdentityKey trust
| * | Display trust status in ContactDetailsActivityAndreas Straub2015-07-191-3/+15
| | |
| * | Add basic PEP managemend UI to EditAccountActivityAndreas Straub2015-07-191-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 widgetDaniel Gultsch2015-07-181-2/+3
| | |
| * | fixed some ux glitches in editaccountDaniel Gultsch2015-07-162-2/+0
| | |
| * | renamed colorsDaniel Gultsch2015-07-1323-123/+125
| | |
| * | rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch2015-05-111-7/+0
| | |
| * | replace send button with quick action button as long as no text has been enteredDaniel Gultsch2015-05-021-1/+1
| | |
| * | increased padding on image buttons on v21 to match material guidelinesDaniel Gultsch2015-04-283-4/+4
| | |
| * | increased padding around switches in manage accountsDaniel Gultsch2015-04-271-2/+4
| | |
| * | fixed regression where the selected conversation wasn't highlighted anymore ↵iNPUTmice2015-04-131-1/+1
| | | | | | | | | | | | on tabled layout
| * | Enable end-conversation by swipe gestureBrianBlade2015-04-082-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 switchiNPUTmice2015-04-011-1/+4
| | |
| * | Add toggle account-state switchBrianBlade2015-04-011-0/+8
| | | | | | | | | | | | | | | Add a switch to AccountAdapter that allows self-contained enabling/disabling of accounts without the need to bring up the context-menu
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-01-081-1/+18
|\ \ \ | | |/ | |/|
| * | Fixes FS#107, Implements FS#77steckbrief2016-01-081-1/+18
| | | | | | | | | | | | Show the number of online resources in account view and enable show resources by clicking on the account jid
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-041-4/+6
|\| |
| * | Implements FS#83: Reload from last received messagesteckbrief2015-12-041-4/+6
| | |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-0419-95/+95
|\| |
| * | Fixes FS#75 - Change color names to reasonable namessteckbrief2015-12-0419-95/+95
| | |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-022-0/+26
|\| |
| * | Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief2015-11-202-0/+26
| | | | | | | | | | | | activity to show logcat output and button to copy contents
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-031-0/+20
|\| |
| * | Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief2015-11-031-0/+20
| | | | | | | | | | | | picture or not
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-10-161-1/+2
|\| |
| * | Fixes FS#82: Background color of conversation list item set to primary ↵steckbrief2015-10-161-1/+2
| | | | | | | | | | | | background color
* | | Merge branch 'trz/rename' into trz/rebaselookshe2015-10-055-6/+188
|\| | | | | | | | | | | | | | | | | | | | Conflicts: build.gradle src/main/java/eu/siacs/conversations/ui/ContactDetailsActivity.java src/main/java/eu/siacs/conversations/ui/ConversationFragment.java
| * | Publishing additional information in message details dialog such as message ↵steckbrief2015-10-041-10/+51
| | | | | | | | | | | | type and message status
| * | Implements FS#72, FS#72, FS#73, FS#65, FS#66 - Resource List Dialog added, ↵steckbrief2015-10-042-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
| * | Fixes FS#49: Highlight the selected conversation in liststeckbrief2015-09-021-4/+5
| | |
| * | Fixes FS#50: Replace phone numbers and email addresses in messages with linkssteckbrief2015-09-022-2/+2
| | |