aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reset messagesLoaded when changing retention settingsDaniel Gultsch2017-01-251-7/+0
|
* transcode videos before sharing. change storage locationDaniel Gultsch2017-01-241-1/+18
|
* change behaviour of back button to close finish activity. fixes #704Daniel Gultsch2017-01-221-1/+2
|
* make sure to set open conversations after connection with background serviceDaniel Gultsch2017-01-221-0/+2
|
* fixed regression introduced in previous commit.Daniel Gultsch2017-01-201-3/+6
|
* don't prematurly mark conversation as read during activity start. fixes #2245Daniel Gultsch2017-01-201-2/+5
|
* show doze warning when push is running on prosodyDaniel Gultsch2017-01-121-1/+1
|
* Do not compress GIFs, allow GBoard to send GIFsMichael Eden2017-01-011-0/+4
|
* stop using broken parallax distance in sliding pane layoutDaniel Gultsch2016-12-251-3/+1
|
* Merge branch 'master' of https://github.com/Fenisu/Conversations into ↵Daniel Gultsch2016-12-021-5/+8
|\ | | | | | | Fenisu-master
| * Private files using a boolean flag from Config.java.Ignacio Quezada2016-11-081-3/+6
| |
* | refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch2016-11-141-2/+3
| |
* | don't mark previous conversation as read when processing pending intent. ↵Daniel Gultsch2016-11-081-1/+7
| | | | | | | | fixes #2079
* | handle file attachment when missing connectionDaniel Gultsch2016-11-021-1/+3
| |
* | update conversation in database background threadDaniel Gultsch2016-10-181-8/+5
|/
* fixed omemo shown as unavailable in 1:1 chatsDaniel Gultsch2016-10-031-2/+3
|
* resolve take photo uri for internal useDaniel Gultsch2016-10-031-2/+3
|
* properly index take photo uris from file providerDaniel Gultsch2016-10-031-1/+1
|
* add more logging to attaching file processDaniel Gultsch2016-10-031-0/+14
|
* explicit logging when copying files to storageDaniel Gultsch2016-10-031-5/+1
|
* remember scroll position on rotate. fixes #2011Daniel Gultsch2016-09-121-8/+25
|
* provide hint on why conference can not be encryptedDaniel Gultsch2016-09-081-0/+41
|
* use file provider for taking picturesDaniel Gultsch2016-08-301-0/+1
|
* don't set notification mode to background when on pauseDaniel Gultsch2016-08-261-6/+0
|
* survive rotation in editaccountDaniel Gultsch2016-08-261-1/+3
|
* check for rare null pointer platform bug in share intent handlingDaniel Gultsch2016-08-191-3/+5
|
* refactored how view intents are handledDaniel Gultsch2016-07-251-16/+17
| | | | | processing view intents before saved instance caused troubles when the activity was destroyed fixes #1969
* don't show 'create conference' toast on inviteDaniel Gultsch2016-06-281-3/+4
|
* show error toasts on ui threadDaniel Gultsch2016-06-241-5/+18
|
* display toast on pgp errorDaniel Gultsch2016-06-191-5/+3
|
* only dismiss sent message after encryptionDaniel Gultsch2016-06-151-6/+15
|
* Dark theme, theme switch, icons, style, stringsSteffen Keiper2016-06-081-2/+2
| | | | | | | | | | | | | | | | | | added some white icons, changed hardcoded icons to theme attributes, changed icon_edit_dark to icon_edit_body to reflect icons position, grey message bubbles in dark theme, misc purged ic_action_chat as it wasn't used preference use_white_background changed to use_green_background, default true grey chat bubbles darker, text white replaced all grey600 with black icons and 0.54 alpha attribute highlightColor in dark grey chat bubble now darker than background
* Do not treat right alt key as a modifier for key combosYussuf Khalil2016-06-051-1/+1
|
* refactored toasts shown when adhoc creating mucsDaniel Gultsch2016-05-271-0/+2
|
* improve keyboard handling. fixes #1387Daniel Gultsch2016-05-121-0/+3
| | | | | | * start a new Conversations by pressing mod+space * automatically start searching when pressing keys in StartConversationsActivity * when hitting enter when number of search results == 1 open that conversation
* republish pgp signature when changing statusDaniel Gultsch2016-05-051-3/+3
|
* catch ActivityNotFoundException when requesting battery opDaniel Gultsch2016-04-291-1/+6
|
* added magic create welcome screenDaniel Gultsch2016-04-191-3/+10
|
* don't show contact details when in conversations with selfDaniel Gultsch2016-04-091-0/+1
|
* prevent null pointer when checking http upload max sizeDaniel Gultsch2016-04-071-6/+6
|
* don't ask for resource when server uses http upload v0.1Daniel Gultsch2016-04-021-2/+1
|
* check max http file size when attaching filesDaniel Gultsch2016-04-011-5/+25
|
* added logging in case fragment wasn't attachedDaniel Gultsch2016-03-131-0/+5
|
* don't show opt-out of battery optimization dialog when push is enabledDaniel Gultsch2016-03-061-1/+13
|
* let users confirm each member in a conference even if that contact is ↵Daniel Gultsch2016-03-011-1/+3
| | | | already trusted
* refactored omemo to take multiple recipientsDaniel Gultsch2016-02-291-9/+12
|
* changed single_account config into more simple lock_settingsDaniel Gultsch2016-02-271-1/+1
|
* made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch2016-02-241-4/+6
|
* removed unnecessary conditions when sending read markerDaniel Gultsch2016-02-151-5/+1
|
* only show load more messages button when mam is availableDaniel Gultsch2016-02-141-0/+1
| | | | also update ui after that button has been pressed. fixes #1695