aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-231-0/+12
* fixed styling in blocking dialogChristian Schneppe2016-09-231-4/+15
* add support for XEP-0377: Spam ReportingDaniel Gultsch2016-09-234-7/+27
* 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
* 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-172-91/+117
* get addresses async in ShowLocationChristian Schneppe2016-09-172-15/+41
* some bug fixes in FullScreenMessageActivityChristian Schneppe2016-09-171-11/+5
* 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
* 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
* correct variablesChristian Schneppe2016-09-141-2/+2
* show Emojis in EditTextChristian Schneppe2016-09-141-2/+2
* 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
* 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
* Fix typolicaon-kter2016-09-141-1/+1
* download own vcard avatar if none is set. fixes #2008Daniel Gultsch2016-09-094-13/+26
* optimized importsChristian Schneppe2016-09-098-13/+1
* reworked notificationserviceChristian Schneppe2016-09-091-597/+588
* fix wrong importChristian Schneppe2016-09-081-1/+1
* provide hint on why conference can not be encryptedDaniel Gultsch2016-09-082-2/+67
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-085-22/+46
* open contact details from conference details directly on clickChristian Schneppe2016-09-081-18/+10
* ordered config a bitChristian Schneppe2016-09-071-3/+5
* 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-073-2/+10
* remove explicit pebble support. treat as wear deviceDaniel Gultsch2016-09-071-25/+0
* show reply action on wear devicesDaniel Gultsch2016-09-071-2/+4
* don't crash when correcting waiting pgp encrypted messagesDaniel Gultsch2016-09-071-4/+12
* detect video aspect ratio for compressionChristian Schneppe2016-09-062-7/+24
* catch some exceptions to avoid crashesChristian Schneppe2016-09-051-4/+19
* fix crash on take photoChristian Schneppe2016-09-031-2/+42
* return false if compressed video size = 0 or video does't existChristian Schneppe2016-09-031-2/+8