aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-21fixed with attaching wrong files when returning to activity and background ↵Daniel Gultsch1-1/+1
service is still alive
2015-05-20don't allow user to accidentally send empty messagesDaniel Gultsch1-4/+3
2015-05-20added fall back package id for voice recorder pluginDaniel Gultsch1-0/+1
2015-05-19hide block contact from context menu when server feature is not available ↵Daniel Gultsch1-2/+5
fixed #1207
2015-05-15call StartConversationActivity in init mode only after adding the first accountDaniel Gultsch2-2/+6
2015-05-13show location quick action after receiving a question about the users locationDaniel Gultsch1-1/+4
2015-05-12removed debug loggingDaniel Gultsch1-2/+0
2015-05-12handle conference invites differently to deal with killed activities. fixes ↵Daniel Gultsch3-31/+66
#1188
2015-05-12don't reinit conversation when coming back to activity. avoids unnecessary ↵Daniel Gultsch1-3/+1
scrolling
2015-05-11avoid using paragraph style breaks by accidentDaniel Gultsch1-3/+4
2015-05-11increased space between merged messages a bitDaniel Gultsch1-1/+1
2015-05-11add a little bit of space between merged messages.Daniel Gultsch1-1/+7
2015-05-11no font padding on red heartsDaniel Gultsch1-2/+4
2015-05-11rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch2-54/+35
2015-05-10paint single unicode hearts as red and slightly largerDaniel Gultsch1-4/+22
2015-05-04clean up in attachment chooser code. fixed #1168Daniel Gultsch1-51/+51
2015-05-04open market if share location plugin isn't installedDaniel Gultsch1-0/+15
2015-05-03turn send button in cancel button while in whisper modeDaniel Gultsch1-12/+30
2015-05-02replace send button with quick action button as long as no text has been enteredDaniel Gultsch2-106/+192
2015-04-28made material icons smaller (24dp)Daniel Gultsch1-1/+1
2015-04-28stop conference details from crashing when rotating the screenDaniel Gultsch1-0/+3
2015-04-28fixed npe when rotating screen in contact details activityDaniel Gultsch1-4/+8
2015-04-28revert undo timeout to a more reasonable valueDaniel Gultsch1-1/+1
2015-04-27handle returning from camera without pictureDaniel Gultsch1-0/+3
2015-04-25fixed service discovery by properly storing and checking identitiesDaniel Gultsch2-3/+2
2015-04-20always hide pgp snackbar after decrypting a message. fixes #1075Daniel Gultsch1-0/+1
2015-04-20removed some dead codeDaniel Gultsch1-19/+0
2015-04-20fixed weird touch on snackbar switched conversation bugDaniel Gultsch1-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.
2015-04-19some code clean up to fix some rare NPE’sDaniel Gultsch2-4/+7
2015-04-19Add option to remove manually approved certificatesBrianBlade1-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"
2015-04-17increased undo delayiNPUTmice1-1/+1
2015-04-14maintain state when rotating settings activityiNPUTmice1-14/+16
2015-04-14always show save button when account info was modified. fixes #918iNPUTmice1-5/+9
2015-04-13fixed disable account when sliding and not clicking the toggleiNPUTmice2-8/+9
2015-04-13shut up linteriNPUTmice1-0/+1
2015-04-13 Maintain private chat on MUC. fixes #1097iNPUTmice1-1/+0
2015-04-13fixed regression where the selected conversation wasn't highlighted anymore ↵iNPUTmice2-12/+11
on tabled layout
2015-04-11Add option to use MTM without default TrustManagerBrianBlade1-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.
2015-04-11allow sharing multiple images at once. fixes #1090iNPUTmice2-59/+104
2015-04-09don't resume old session when changing resourceiNPUTmice1-3/+9
2015-04-08Enable end-conversation by swipe gestureBrianBlade1-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()
2015-04-01Add toggle account-state switchBrianBlade2-16/+37
Add a switch to AccountAdapter that allows self-contained enabling/disabling of accounts without the need to bring up the context-menu
2015-03-18Added multiple select to Choose Contact ActivityAndreas Straub2-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
2015-03-11add context menu entries for geo urisiNPUTmice1-17/+33
2015-03-07display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice2-48/+122
location intent can be resolved
2015-03-06fixed enter is send optioniNPUTmice2-6/+10
2015-03-05avoid unnecessary thread creationiNPUTmice1-1/+1
2015-02-27hide change password menu item if server feature is unavailableiNPUTmice1-7/+8
2015-02-26reset error status in edit account when reconnectingiNPUTmice1-0/+4
2015-02-25prevent next button from showing up too early on account setupiNPUTmice1-1/+1