aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make InfoWindow unhideableChristian Schneppe2016-09-261-10/+22
|
* check internet connection before start looking for updates...Christian Schneppe2016-09-252-2/+9
| | | | | ...and don't automatically look for updates if you are connected via roaming
* Revert "simplify updater a bit and only search for updates in wifi or mobile ↵Christian Schneppe2016-09-251-7/+13
| | | | | | networks" This reverts commit 4918d377fed75a24a339bcf71581717dc3706ceb.
* add actionbar item to report an issue via support conferenceChristian Schneppe2016-09-251-0/+10
|
* simplify updater a bit and only search for updates in wifi or mobile networksChristian Schneppe2016-09-251-13/+7
|
* add some more errors to UI if there where errors during account creationChristian Schneppe2016-09-241-1/+8
| | | | might fix #95
* Fix "More table" layoutChristian Schneppe2016-09-231-2/+6
|
* add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch2016-09-231-3/+4
|
* Fix "More table" layoutMishiranu2016-09-231-0/+12
| | | | Retain "More table" visibility on screen orientation change
* fixed styling in blocking dialogChristian Schneppe2016-09-231-4/+15
|
* add support for XEP-0377: Spam ReportingDaniel Gultsch2016-09-231-3/+15
|
* recreate activities when theme changedDaniel Gultsch2016-09-235-10/+40
|
* fix bug while sending photos directlyChristian Schneppe2016-09-231-7/+12
|
* add missing condition to ShareWithActivityChristian Schneppe2016-09-191-0/+1
|
* allow deleting file inside messengers storage pathChristian Schneppe2016-09-191-1/+3
|
* some more changes to location activitiesChristian Schneppe2016-09-172-91/+117
| | | | | | * show actionbar home as up * fix permission issue on devices < Android M * show buildings in map
* get addresses async in ShowLocationChristian Schneppe2016-09-172-15/+41
|
* some bug fixes in FullScreenMessageActivityChristian Schneppe2016-09-171-11/+5
| | | | | * set fullscreen via theme * adjust brightness during onPause, onResume
* catch all throwables when loading contactsChristian Schneppe2016-09-171-1/+1
|
* dont show delete file button when outside conversations directoryChristian Schneppe2016-09-171-2/+5
|
* use history clear date as minimum date for mamChristian Schneppe2016-09-171-0/+1
|
* Allow text selection with multiple links in messageChristian Schneppe2016-09-172-38/+57
|
* show emojis in actionbar in contact and conference detailsChristian Schneppe2016-09-152-0/+28
|
* scroll actionbar titles if they are too longChristian Schneppe2016-09-141-9/+10
|
* show Emojis in EditTextChristian Schneppe2016-09-141-2/+2
|
* remember scroll position on rotate. fixes #2011Daniel Gultsch2016-09-142-14/+62
|
* download own vcard avatar if none is set. fixes #2008Daniel Gultsch2016-09-091-1/+1
|
* optimized importsChristian Schneppe2016-09-095-9/+1
|
* fix wrong importChristian Schneppe2016-09-081-1/+1
|
* provide hint on why conference can not be encryptedDaniel Gultsch2016-09-081-0/+41
|
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-082-4/+13
|
* open contact details from conference details directly on clickChristian Schneppe2016-09-081-18/+10
|
* delete wrong }Christian Schneppe2016-09-071-1/+0
|
* close progress if there is an error or userinput requiredChristian Schneppe2016-09-071-0/+2
|
* don't use fileprovider when opening files on android M and belowDaniel Gultsch2016-09-071-44/+53
|
* show server not found muc errorDaniel Gultsch2016-09-071-0/+3
|
* catch some exceptions to avoid crashesChristian Schneppe2016-09-051-4/+19
|
* fix crash on take photoChristian Schneppe2016-09-031-2/+42
|
* code cleanupChristian Schneppe2016-09-031-7/+4
| | | | | | | | | | | | | | | | | | | | | | Revert "don't set attach video as quick action" This reverts commit befcebb309daba9bb8afa453897debd89ba3f014. Revert "make 'record voice' as default quick action" This reverts commit 3cd7a1124c78da4d44c7d6ccadc4d2e379323486. Revert "keep CPU awake while compressing video" This reverts commit 0a22bd7bfb12a58b4de57490ef43bfe91c334689. Revert "revert 0a22bd7bfb12a58b4de57490ef43bfe91c334689" This reverts commit 7c4ad375806a704b44e6b5134fd25615cec2a71d.
* fixed recreation issues in StartConversationActivityDaniel Gultsch2016-09-032-976/+1031
|
* don't rotate sqare contentChristian Schneppe2016-09-021-4/+4
|
* use file provider for taking picturesDaniel Gultsch2016-09-021-0/+1
|
* don't show up navigation in startConversation when there are no open ↵Daniel Gultsch2016-09-021-1/+3
| | | | conversations
* add more logging to pgp engineDaniel Gultsch2016-09-021-4/+2
|
* rotate FullScreenViewer based on dimensions of contentChristian Schneppe2016-09-021-6/+51
|
* don't set attach video as quick actionChristian Schneppe2016-09-022-22/+3
|
* don't rotate screen while compressing videoChristian Schneppe2016-08-313-5/+5
|
* show dialog while compressing videoChristian Schneppe2016-08-303-8/+51
|
* Merge remote-tracking branch 'refs/remotes/origin/video-compression'Christian Schneppe2016-08-282-3/+93
|\
| * compress videos bigger than 10 MB before sendingChristian Schneppe2016-08-282-3/+93
| |