Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update librarys | Christian Schneppe | 2016-09-27 | 1 | -6/+5 |
| | |||||
* | increase ReadTimeouts for HTTP connections | Christian Schneppe | 2016-09-27 | 2 | -9/+5 |
| | | | | and remove the automatic upload retry | ||||
* | initialize audioplayer at beginning | Christian Schneppe | 2016-09-27 | 1 | -3/+3 |
| | |||||
* | don't use deprecated methods | Christian Schneppe | 2016-09-27 | 1 | -1/+1 |
| | |||||
* | catch NPE while loading location | Christian Schneppe | 2016-09-27 | 1 | -1/+6 |
| | |||||
* | don't reset encryption choice to auto on archiving | Daniel Gultsch | 2016-09-26 | 1 | -2/+0 |
| | |||||
* | make InfoWindow unhideable | Christian Schneppe | 2016-09-26 | 1 | -10/+22 |
| | |||||
* | version 1.14.3 + changelog | Christian Schneppe | 2016-09-25 | 3 | -4/+11 |
| | |||||
* | check internet connection before start looking for updates... | Christian Schneppe | 2016-09-25 | 2 | -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 Schneppe | 2016-09-25 | 1 | -7/+13 |
| | | | | | | networks" This reverts commit 4918d377fed75a24a339bcf71581717dc3706ceb. | ||||
* | add actionbar item to report an issue via support conference | Christian Schneppe | 2016-09-25 | 5 | -1/+19 |
| | |||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2016-09-25 | 2 | -8/+3 |
|\ | |||||
| * | Update ISSUE_TEMPLATE.md | Christian Schneppe | 2016-09-25 | 1 | -7/+2 |
| | | |||||
| * | Update CONTRIBUTING.md | Christian Schneppe | 2016-09-25 | 1 | -1/+1 |
| | | |||||
* | | simplify updater a bit and only search for updates in wifi or mobile networks | Christian Schneppe | 2016-09-25 | 1 | -13/+7 |
|/ | |||||
* | add some more errors to UI if there where errors during account creation | Christian Schneppe | 2016-09-24 | 2 | -2/+18 |
| | | | | might fix #95 | ||||
* | added missing and changed some strings | Christian Schneppe | 2016-09-24 | 3 | -5/+19 |
| | |||||
* | set different auto download filesizes for wifi, mobile, roaming | Christian Schneppe | 2016-09-24 | 4 | -7/+73 |
| | | | | | | | defaults: * wifi = 10 MiB * mobile = 256 KiB * roaming = 1 Byte | ||||
* | bug fix on sending file message | Christian Schneppe | 2016-09-23 | 1 | -807/+808 |
| | |||||
* | Fix "More table" layout | Christian Schneppe | 2016-09-23 | 1 | -2/+6 |
| | |||||
* | fix colors | Christian Schneppe | 2016-09-23 | 2 | -4/+4 |
| | |||||
* | don't react to null and empty voice replies | Daniel Gultsch | 2016-09-23 | 1 | -3/+4 |
| | |||||
* | Don't use file provider for photo uris on android < N. fixes #2030 | Daniel Gultsch | 2016-09-23 | 1 | -2/+6 |
| | |||||
* | don't wait for disco when not having stream managment | Daniel Gultsch | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | add timeouts to HTTPUrlConnections and allow cancelation of all sending files | Daniel Gultsch | 2016-09-23 | 3 | -4/+11 |
| | |||||
* | Fix "More table" layout | Mishiranu | 2016-09-23 | 3 | -13/+61 |
| | | | | Retain "More table" visibility on screen orientation change | ||||
* | fixed styling in blocking dialog | Christian Schneppe | 2016-09-23 | 2 | -5/+16 |
| | |||||
* | add support for XEP-0377: Spam Reporting | Daniel Gultsch | 2016-09-23 | 7 | -7/+54 |
| | |||||
* | don't simply ignore null in message body but try to avoid it | Daniel Gultsch | 2016-09-23 | 3 | -6/+10 |
| | |||||
* | recreate activities when theme changed | Daniel Gultsch | 2016-09-23 | 5 | -10/+40 |
| | |||||
* | use proper paddings in dialogs on android < 5 | Daniel Gultsch | 2016-09-23 | 7 | -20/+42 |
| | |||||
* | fix bug while sending photos directly | Christian Schneppe | 2016-09-23 | 1 | -7/+12 |
| | |||||
* | add missing condition to ShareWithActivity | Christian Schneppe | 2016-09-19 | 1 | -0/+1 |
| | |||||
* | allow deleting file inside messengers storage path | Christian Schneppe | 2016-09-19 | 1 | -1/+3 |
| | |||||
* | version 1.14.2 + changelog | Christian Schneppe | 2016-09-17 | 2 | -2/+10 |
| | |||||
* | increase video size for compression from 5 to 10 MiB | Christian Schneppe | 2016-09-17 | 1 | -1/+1 |
| | |||||
* | remove summary text from notifications | Christian Schneppe | 2016-09-17 | 1 | -4/+0 |
| | |||||
* | some more changes to location activities | Christian Schneppe | 2016-09-17 | 5 | -93/+120 |
| | | | | | | * show actionbar home as up * fix permission issue on devices < Android M * show buildings in map | ||||
* | get addresses async in ShowLocation | Christian Schneppe | 2016-09-17 | 2 | -15/+41 |
| | |||||
* | some bug fixes in FullScreenMessageActivity | Christian Schneppe | 2016-09-17 | 2 | -11/+6 |
| | | | | | * set fullscreen via theme * adjust brightness during onPause, onResume | ||||
* | catch all throwables when loading contacts | Christian Schneppe | 2016-09-17 | 2 | -3/+3 |
| | |||||
* | dont show delete file button when outside conversations directory | Christian Schneppe | 2016-09-17 | 1 | -2/+5 |
| | |||||
* | use history clear date as minimum date for mam | Christian Schneppe | 2016-09-17 | 5 | -13/+43 |
| | |||||
* | Allow text selection with multiple links in message | Christian Schneppe | 2016-09-17 | 2 | -38/+57 |
| | |||||
* | deal with null bodys in message preview | Christian Schneppe | 2016-09-17 | 1 | -8/+6 |
| | |||||
* | store jid if it was changed during bind | Christian Schneppe | 2016-09-17 | 2 | -5/+11 |
| | |||||
* | some text input modifications | Christian Schneppe | 2016-09-17 | 1 | -2/+3 |
| | |||||
* | don't change emoji size in edittext | Christian Schneppe | 2016-09-15 | 1 | -1/+0 |
| | |||||
* | show emojis in actionbar in contact and conference details | Christian Schneppe | 2016-09-15 | 3 | -3/+31 |
| | |||||
* | scroll actionbar titles if they are too long | Christian Schneppe | 2016-09-14 | 2 | -13/+19 |
| |