Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-10-05 | properly index take photo uris from file provider | Christian Schneppe | 2 | -9/+16 | |
2016-10-05 | add more logging to attaching file process | Christian Schneppe | 1 | -4/+21 | |
2016-10-05 | when activating omemo in conference always check preferences | Christian Schneppe | 1 | -14/+14 | |
2016-10-05 | explicit logging when copying files to storage | Christian Schneppe | 1 | -3/+4 | |
2016-09-28 | simplified code that invokes the export logs service | Christian Schneppe | 2 | -39/+9 | |
2016-09-28 | expert 'setting' to remove omemo identity | Christian Schneppe | 2 | -5/+61 | |
2016-09-28 | Allow to dismiss the notification from a wear reply. | Christian Schneppe | 2 | -10/+20 | |
- use different IDs in the same method for the PendingIntent - fix reply for GPG encrypted replies (untested) | |||||
2016-09-27 | increase ReadTimeouts for HTTP connections | Christian Schneppe | 2 | -9/+5 | |
and remove the automatic upload retry | |||||
2016-09-27 | initialize audioplayer at beginning | Christian Schneppe | 1 | -3/+3 | |
2016-09-27 | don't use deprecated methods | Christian Schneppe | 1 | -1/+1 | |
2016-09-27 | catch NPE while loading location | Christian Schneppe | 1 | -1/+6 | |
2016-09-26 | don't reset encryption choice to auto on archiving | Daniel Gultsch | 1 | -2/+0 | |
2016-09-26 | make InfoWindow unhideable | Christian Schneppe | 1 | -10/+22 | |
2016-09-25 | check internet connection before start looking for updates... | Christian Schneppe | 2 | -2/+9 | |
...and don't automatically look for updates if you are connected via roaming | |||||
2016-09-25 | Revert "simplify updater a bit and only search for updates in wifi or mobile ↵ | Christian Schneppe | 1 | -7/+13 | |
networks" This reverts commit 4918d377fed75a24a339bcf71581717dc3706ceb. | |||||
2016-09-25 | add actionbar item to report an issue via support conference | Christian Schneppe | 2 | -1/+12 | |
2016-09-25 | simplify updater a bit and only search for updates in wifi or mobile networks | Christian Schneppe | 1 | -13/+7 | |
2016-09-24 | add some more errors to UI if there where errors during account creation | Christian Schneppe | 2 | -2/+18 | |
might fix #95 | |||||
2016-09-24 | set different auto download filesizes for wifi, mobile, roaming | Christian Schneppe | 2 | -3/+53 | |
defaults: * wifi = 10 MiB * mobile = 256 KiB * roaming = 1 Byte | |||||
2016-09-23 | bug fix on sending file message | Christian Schneppe | 1 | -807/+808 | |
2016-09-23 | Fix "More table" layout | Christian Schneppe | 1 | -2/+6 | |
2016-09-23 | don't react to null and empty voice replies | Daniel Gultsch | 1 | -3/+4 | |
2016-09-23 | Don't use file provider for photo uris on android < N. fixes #2030 | Daniel Gultsch | 1 | -2/+6 | |
2016-09-23 | don't wait for disco when not having stream managment | Daniel Gultsch | 1 | -1/+1 | |
2016-09-23 | add timeouts to HTTPUrlConnections and allow cancelation of all sending files | Daniel Gultsch | 3 | -4/+11 | |
2016-09-23 | Fix "More table" layout | Mishiranu | 1 | -0/+12 | |
Retain "More table" visibility on screen orientation change | |||||
2016-09-23 | fixed styling in blocking dialog | Christian Schneppe | 1 | -4/+15 | |
2016-09-23 | add support for XEP-0377: Spam Reporting | Daniel Gultsch | 4 | -7/+27 | |
2016-09-23 | don't simply ignore null in message body but try to avoid it | Daniel Gultsch | 3 | -6/+10 | |
2016-09-23 | recreate activities when theme changed | Daniel Gultsch | 5 | -10/+40 | |
2016-09-23 | fix bug while sending photos directly | Christian Schneppe | 1 | -7/+12 | |
2016-09-19 | add missing condition to ShareWithActivity | Christian Schneppe | 1 | -0/+1 | |
2016-09-19 | allow deleting file inside messengers storage path | Christian Schneppe | 1 | -1/+3 | |
2016-09-17 | increase video size for compression from 5 to 10 MiB | Christian Schneppe | 1 | -1/+1 | |
2016-09-17 | remove summary text from notifications | Christian Schneppe | 1 | -4/+0 | |
2016-09-17 | some more changes to location activities | Christian Schneppe | 2 | -91/+117 | |
* show actionbar home as up * fix permission issue on devices < Android M * show buildings in map | |||||
2016-09-17 | get addresses async in ShowLocation | Christian Schneppe | 2 | -15/+41 | |
2016-09-17 | some bug fixes in FullScreenMessageActivity | Christian Schneppe | 1 | -11/+5 | |
* set fullscreen via theme * adjust brightness during onPause, onResume | |||||
2016-09-17 | catch all throwables when loading contacts | Christian Schneppe | 2 | -3/+3 | |
2016-09-17 | dont show delete file button when outside conversations directory | Christian Schneppe | 1 | -2/+5 | |
2016-09-17 | use history clear date as minimum date for mam | Christian Schneppe | 5 | -13/+43 | |
2016-09-17 | Allow text selection with multiple links in message | Christian Schneppe | 2 | -38/+57 | |
2016-09-17 | deal with null bodys in message preview | Christian Schneppe | 1 | -8/+6 | |
2016-09-17 | store jid if it was changed during bind | Christian Schneppe | 2 | -5/+11 | |
2016-09-15 | show emojis in actionbar in contact and conference details | Christian Schneppe | 2 | -0/+28 | |
2016-09-14 | scroll actionbar titles if they are too long | Christian Schneppe | 1 | -9/+10 | |
2016-09-14 | correct variables | Christian Schneppe | 1 | -2/+2 | |
2016-09-14 | show Emojis in EditText | Christian Schneppe | 1 | -2/+2 | |
2016-09-14 | don't use display version of jids | Daniel Gultsch | 2 | -97/+101 | |
2016-09-14 | remember scroll position on rotate. fixes #2011 | Daniel Gultsch | 2 | -14/+62 | |