aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | |
| * | 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
| * | 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
| * | | 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
* | | | - 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 tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe2015-08-1124-201/+227
| | |
* | | Status color added to "create conversation" (refers to ticket #22 in flyspray)steckbrief2015-06-191-2/+9
|/ /
* | 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
| |
* | Color choose dialogsteckbrief2015-04-112-0/+145
| |
* | Merge master-originsteckbrief2015-02-2010-136/+209
|\| | | | | | | | | | | | | | | | | | | Conflicts: src/main/java/eu/siacs/conversations/ui/SettingsActivity.java src/main/java/eu/siacs/conversations/ui/XmppActivity.java src/main/java/eu/siacs/conversations/ui/adapter/ConversationAdapter.java src/main/java/eu/siacs/conversations/ui/adapter/MessageAdapter.java src/main/java/eu/siacs/conversations/utils/UIHelper.java src/main/res/values-de/strings.xml
| * Use Material Design Icons on API 21+Sam Whited2015-01-293-4/+4
| |
| * always allow access to contact details. provide add button in contact detailsiNPUTmice2015-01-211-0/+7
| |
| * Fixed action bar search for Android 5.0iNPUTmice2015-01-201-4/+4
| |
| * explain read markeriNPUTmice2015-01-181-0/+13
| |
| * Fix bottom padding on about pageSam Whited2015-01-131-1/+1
| |
| * make use of different dimensions for different screen sizesDaniel Gultsch2015-01-136-15/+39
| |
| * Use margin instead of padding in about screenSam Whited2015-01-121-4/+4
| |