aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* catch NPE while loading locationChristian Schneppe2016-09-271-1/+6
|
* don't reset encryption choice to auto on archivingDaniel Gultsch2016-09-261-2/+0
|
* 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-255-1/+19
|
* 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-242-2/+18
| | | | might fix #95
* added missing and changed some stringsChristian Schneppe2016-09-243-5/+19
|
* set different auto download filesizes for wifi, mobile, roamingChristian Schneppe2016-09-244-7/+73
| | | | | | | defaults: * wifi = 10 MiB * mobile = 256 KiB * roaming = 1 Byte
* bug fix on sending file messageChristian Schneppe2016-09-231-807/+808
|
* Fix "More table" layoutChristian Schneppe2016-09-231-2/+6
|
* fix colorsChristian Schneppe2016-09-232-4/+4
|
* don't react to null and empty voice repliesDaniel Gultsch2016-09-231-3/+4
|
* Don't use file provider for photo uris on android < N. fixes #2030Daniel Gultsch2016-09-231-2/+6
|
* don't wait for disco when not having stream managmentDaniel Gultsch2016-09-231-1/+1
|
* add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch2016-09-233-4/+11
|
* Fix "More table" layoutMishiranu2016-09-233-13/+61
| | | | Retain "More table" visibility on screen orientation change
* fixed styling in blocking dialogChristian Schneppe2016-09-232-5/+16
|
* add support for XEP-0377: Spam ReportingDaniel Gultsch2016-09-236-7/+53
|
* don't simply ignore null in message body but try to avoid itDaniel Gultsch2016-09-233-6/+10
|
* recreate activities when theme changedDaniel Gultsch2016-09-235-10/+40
|
* use proper paddings in dialogs on android < 5Daniel Gultsch2016-09-237-20/+42
|
* 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
|
* increase video size for compression from 5 to 10 MiBChristian Schneppe2016-09-171-1/+1
|
* remove summary text from notificationsChristian Schneppe2016-09-171-4/+0
|
* some more changes to location activitiesChristian Schneppe2016-09-175-93/+120
| | | | | | * 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-172-11/+6
| | | | | * set fullscreen via theme * adjust brightness during onPause, onResume
* catch all throwables when loading contactsChristian Schneppe2016-09-172-3/+3
|
* 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-175-13/+43
|
* Allow text selection with multiple links in messageChristian Schneppe2016-09-172-38/+57
|
* deal with null bodys in message previewChristian Schneppe2016-09-171-8/+6
|
* store jid if it was changed during bindChristian Schneppe2016-09-172-5/+11
|
* some text input modificationsChristian Schneppe2016-09-171-2/+3
|
* don't change emoji size in edittextChristian Schneppe2016-09-151-1/+0
|
* show emojis in actionbar in contact and conference detailsChristian Schneppe2016-09-153-3/+31
|
* scroll actionbar titles if they are too longChristian Schneppe2016-09-142-13/+19
|
* correct variablesChristian Schneppe2016-09-141-2/+2
|
* show Emojis in EditTextChristian Schneppe2016-09-142-2/+4
|
* don't use display version of jidsDaniel Gultsch2016-09-142-97/+101
|
* remember scroll position on rotate. fixes #2011Daniel Gultsch2016-09-142-14/+62
|
* Use JID returned by the server during bindSam Whited2016-09-141-1/+1
| | | | Not just the resourcepart
* Support ANONYMOUS SASLSam Whited2016-09-142-0/+31
|
* Use the last message in the content text instead of the first.Daniele Gobbetti2016-09-141-1/+1
| | | | | | | | This fixes the issue where the first message in the notification was sent to pebble (and possibly to other wear devices) for every update in the conversation, as reported in #1249. This is the same patch propoed in https://github.com/siacs/Conversations/issues/1249#issuecomment-245878335
* Fix typolicaon-kter2016-09-141-1/+1
|
* download own vcard avatar if none is set. fixes #2008Daniel Gultsch2016-09-094-13/+26
|