aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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
| |\ \ | |/ / |/| |
| * | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-041-4/+6
| |\ \
| * \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-0419-95/+95
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-022-0/+26
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-031-0/+20
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-10-161-1/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ 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
* | | | | | | | | 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
* | | | | | | | Implements FS#83: Reload from last received messagesteckbrief2015-12-041-4/+6
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Fixes FS#75 - Change color names to reasonable namessteckbrief2015-12-0419-95/+95
| |_|_|_|/ / |/| | | | |
* | | | | | 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
* | | | | Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief2015-11-031-0/+20
| |_|/ / |/| | | | | | | | | | | picture or not
* | | | Fixes FS#82: Background color of conversation list item set to primary ↵steckbrief2015-10-161-1/+2
| |/ / |/| | | | | | | | background color
* | | 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
| | |
* | | Merge branch 'trz/rebase' into trz/renamelookshe2015-08-161-0/+8
|\| | | | | | | | | | | | | | | | | Conflicts: src/main/java/de/thedevstack/conversationsplus/ui/ConversationFragment.java src/main/java/de/thedevstack/conversationsplus/ui/SettingsActivity.java
| * | - Introduction of SwipeRefreshLayout for conversation viewsteckbrief2015-08-121-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
* | | Merge branch 'trz/rebase' into trz/renamelookshe2015-08-1124-201/+227
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.gradle src/main/java/de/thedevstack/conversationsplus/crypto/OtrEngine.java src/main/java/de/thedevstack/conversationsplus/entities/Account.java src/main/java/de/thedevstack/conversationsplus/entities/Contact.java src/main/java/de/thedevstack/conversationsplus/entities/Downloadable.java src/main/java/de/thedevstack/conversationsplus/entities/DownloadableFile.java src/main/java/de/thedevstack/conversationsplus/entities/DownloadablePlaceholder.java src/main/java/de/thedevstack/conversationsplus/entities/Message.java src/main/java/de/thedevstack/conversationsplus/generator/IqGenerator.java src/main/java/de/thedevstack/conversationsplus/http/HttpConnection.java src/main/java/de/thedevstack/conversationsplus/http/HttpConnectionManager.java src/main/java/de/thedevstack/conversationsplus/parser/AbstractParser.java src/main/java/de/thedevstack/conversationsplus/parser/MessageParser.java src/main/java/de/thedevstack/conversationsplus/parser/PresenceParser.java src/main/java/de/thedevstack/conversationsplus/persistance/DatabaseBackend.java src/main/java/de/thedevstack/conversationsplus/persistance/FileBackend.java src/main/java/de/thedevstack/conversationsplus/services/NotificationService.java src/main/java/de/thedevstack/conversationsplus/services/XmppConnectionService.java src/main/java/de/thedevstack/conversationsplus/ui/ConversationActivity.java src/main/java/de/thedevstack/conversationsplus/ui/ConversationFragment.java src/main/java/de/thedevstack/conversationsplus/ui/SettingsActivity.java src/main/java/de/thedevstack/conversationsplus/ui/StartConversationActivity.java src/main/java/de/thedevstack/conversationsplus/ui/adapter/AccountAdapter.java src/main/java/de/thedevstack/conversationsplus/ui/adapter/ConversationAdapter.java src/main/java/de/thedevstack/conversationsplus/ui/adapter/ListItemAdapter.java src/main/java/de/thedevstack/conversationsplus/ui/adapter/MessageAdapter.java src/main/java/de/thedevstack/conversationsplus/utils/UIHelper.java src/main/java/de/thedevstack/conversationsplus/xmpp/jingle/JingleConnection.java src/main/java/de/thedevstack/conversationsplus/xmpp/jingle/JingleConnectionManager.java src/main/java/de/thedevstack/conversationsplus/xmpp/jingle/JingleInbandTransport.java src/main/java/de/thedevstack/conversationsplus/xmpp/jingle/JingleSocks5Transport.java src/main/java/de/thedevstack/conversationsplus/xmpp/stanzas/MessagePacket.java src/main/java/eu/siacs/conversations/crypto/OtrEngine.java src/main/java/eu/siacs/conversations/crypto/OtrService.java src/main/java/eu/siacs/conversations/entities/DownloadablePlaceholder.java src/main/java/eu/siacs/conversations/entities/TransferablePlaceholder.java src/main/java/eu/siacs/conversations/http/HttpConnection.java src/main/java/eu/siacs/conversations/http/HttpDownloadConnection.java src/main/res/layout/activity_about.xml
| * | Merge tag '1.5.2' into trz/rebaselookshe2015-08-1124-201/+227
| | |
| * | Status color added to "create conversation" (refers to ticket #22 in flyspray)steckbrief2015-06-191-2/+9
| | |
* | | Status color added to "create conversation" (refers to ticket #22 in flyspray)steckbrief2015-06-191-2/+9
| | |
* | | renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-192-3/+3
|/ / | | | | | | | | | | "renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
* | moved color picker to libslookshe2015-04-152-145/+0
| |
* | changed last message in overview also to EmojiconTextView for displaying ↵lookshe2015-04-121-3/+6
| | | | | | | | smileys correctly
* | whatsapp-like smiley implementationlookshe2015-04-123-7/+22
| |