aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed with attaching wrong files when returning to activity and background ↵Daniel Gultsch2015-05-211-1/+1
| | | | service is still alive
* don't allow user to accidentally send empty messagesDaniel Gultsch2015-05-201-4/+3
|
* added fall back package id for voice recorder pluginDaniel Gultsch2015-05-201-0/+1
|
* hide block contact from context menu when server feature is not available ↵Daniel Gultsch2015-05-191-2/+5
| | | | fixed #1207
* call StartConversationActivity in init mode only after adding the first accountDaniel Gultsch2015-05-152-2/+6
|
* show location quick action after receiving a question about the users locationDaniel Gultsch2015-05-131-1/+4
|
* removed debug loggingDaniel Gultsch2015-05-121-2/+0
|
* handle conference invites differently to deal with killed activities. fixes ↵Daniel Gultsch2015-05-123-31/+66
| | | | #1188
* don't reinit conversation when coming back to activity. avoids unnecessary ↵Daniel Gultsch2015-05-121-3/+1
| | | | scrolling
* avoid using paragraph style breaks by accidentDaniel Gultsch2015-05-111-3/+4
|
* increased space between merged messages a bitDaniel Gultsch2015-05-111-1/+1
|
* add a little bit of space between merged messages.Daniel Gultsch2015-05-111-1/+7
|
* no font padding on red heartsDaniel Gultsch2015-05-111-2/+4
|
* rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch2015-05-112-54/+35
|
* paint single unicode hearts as red and slightly largerDaniel Gultsch2015-05-101-4/+22
|
* clean up in attachment chooser code. fixed #1168Daniel Gultsch2015-05-041-51/+51
|
* open market if share location plugin isn't installedDaniel Gultsch2015-05-041-0/+15
|
* turn send button in cancel button while in whisper modeDaniel Gultsch2015-05-031-12/+30
|
* replace send button with quick action button as long as no text has been enteredDaniel Gultsch2015-05-022-106/+192
|
* made material icons smaller (24dp)Daniel Gultsch2015-04-281-1/+1
|
* stop conference details from crashing when rotating the screenDaniel Gultsch2015-04-281-0/+3
|
* fixed npe when rotating screen in contact details activityDaniel Gultsch2015-04-281-4/+8
|
* revert undo timeout to a more reasonable valueDaniel Gultsch2015-04-281-1/+1
|
* handle returning from camera without pictureDaniel Gultsch2015-04-271-0/+3
|
* Merge pull request #1135 from BrianBlade/manage_certificatesDaniel Gultsch2015-04-251-0/+91
|\ | | | | Add option to remove manually approved certificates
| * Add option to remove manually approved certificatesBrianBlade2015-04-191-0/+91
| | | | | | | | | | | | | | - "Remove certificates" option brings up a dialog that allows to delete certificates from MemorizingTrustManager's keystore - Reconnect active accounts when certificate-settings are changed - new preference category "Certificate options"
* | fixed service discovery by properly storing and checking identitiesDaniel Gultsch2015-04-252-3/+2
| |
* | always hide pgp snackbar after decrypting a message. fixes #1075Daniel Gultsch2015-04-201-0/+1
| |
* | removed some dead codeDaniel Gultsch2015-04-201-19/+0
| |
* | fixed weird touch on snackbar switched conversation bugDaniel Gultsch2015-04-201-3/+2
| | | | | | | | when touching the border of the snackbar or more precisely the space between the input field and the snackbar Conversations would switch into a random conversation for yet unknown reasons.
* | some code clean up to fix some rare NPE’sDaniel Gultsch2015-04-192-4/+7
|/
* increased undo delayiNPUTmice2015-04-171-1/+1
|
* maintain state when rotating settings activityiNPUTmice2015-04-141-14/+16
|
* Merge branch 'dont_trust_cas_preference' of ↵iNPUTmice2015-04-141-1/+2
|\ | | | | | | | | | | | | | | https://github.com/BrianBlade/Conversations into BrianBlade-dont_trust_cas_preference Conflicts: src/main/res/values-de/strings.xml src/main/res/values/strings.xml
| * Add option to use MTM without default TrustManagerBrianBlade2015-04-111-1/+2
| | | | | | | | | | | | Add a new "Don't trust system CAs" preference under advanced options that will change the behaviour of the MemorizingTrustManager. All formerly unknown certificates will raise a warning if checked.
* | always show save button when account info was modified. fixes #918iNPUTmice2015-04-141-5/+9
| |
* | fixed disable account when sliding and not clicking the toggleiNPUTmice2015-04-132-8/+9
| |
* | shut up linteriNPUTmice2015-04-131-0/+1
| |
* | Maintain private chat on MUC. fixes #1097iNPUTmice2015-04-131-1/+0
| |
* | fixed regression where the selected conversation wasn't highlighted anymore ↵iNPUTmice2015-04-132-12/+11
| | | | | | | | on tabled layout
* | allow sharing multiple images at once. fixes #1090iNPUTmice2015-04-112-59/+104
| |
* | don't resume old session when changing resourceiNPUTmice2015-04-091-3/+9
| |
* | Enable end-conversation by swipe gestureBrianBlade2015-04-081-9/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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()
* | Add toggle account-state switchBrianBlade2015-04-012-16/+37
|/ | | | | Add a switch to AccountAdapter that allows self-contained enabling/disabling of accounts without the need to bring up the context-menu
* Added multiple select to Choose Contact ActivityAndreas Straub2015-03-182-6/+121
| | | | | | | | | | | | | | | | | When passing the Choose Contact Activity a boolean called "multiple" set to true, it now allows the user to select multiple contacts. Long pressing a contact enters multiple selection mode and the selection is confirmed using a button in the CAB. The Activity returns whether or not multiple contacts were selected using the same boolean. If multiple contacts were selected, an array of JID strings called "contacts" is returned. The Choose Contact Activity now also honors "filter_contacts", an array of strings containing JIDs that should not be displayed in the picker. The invite to conference dialog now uses this feature to enable inviting multiple contacts at once. Additionally, Invite Contact uses "filter_contacts" to only display contacts that are not yet participating in the conversation
* add context menu entries for geo urisiNPUTmice2015-03-111-17/+33
|
* display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice2015-03-072-48/+122
| | | | location intent can be resolved
* fixed enter is send optioniNPUTmice2015-03-062-6/+10
|
* avoid unnecessary thread creationiNPUTmice2015-03-051-1/+1
|
* hide change password menu item if server feature is unavailableiNPUTmice2015-02-271-7/+8
|