aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (follow)
Commit message (Expand)AuthorAgeFilesLines
* code cleanupChristian Schneppe2016-10-189-58/+1
* little notification improvements for video compressionChristian Schneppe2016-10-164-17/+19
* synchronize access to json key storage in account modelChristian Schneppe2016-10-133-77/+79
* put closeProgress() and showProgress() to the correct placeChristian Schneppe2016-10-131-2/+2
* fix bug with wake lock for video compressionChristian Schneppe2016-10-111-4/+2
* use notification icon during video compression instead of a dialogChristian Schneppe2016-10-113-23/+18
* don't use sending state on muc pms without smacksChristian Schneppe2016-10-101-2/+2
* add password to direct muc inviteChristian Schneppe2016-10-101-0/+4
* increase refresh ui intervallChristian Schneppe2016-10-081-1/+1
* little bug fixes and improvements to VideoCompressorChristian Schneppe2016-10-083-6/+11
* fetch new conference configuration on every conf updateChristian Schneppe2016-10-082-20/+18
* reformat config.javaChristian Schneppe2016-10-081-121/+119
* reset sending to waiting on every errorChristian Schneppe2016-10-082-1/+11
* respond to chat marker request only when mutual presence subscription existsChristian Schneppe2016-10-085-6/+6
* create new instances of key manager every time it's usedChristian Schneppe2016-10-081-3/+6
* warn user if account is offline during avatar publicationChristian Schneppe2016-10-081-4/+10
* refresh error notification after 'try again'Christian Schneppe2016-10-081-0/+1
* be more careful parsing integers in omemoChristian Schneppe2016-10-082-4/+12
* issue ping after push was receivedChristian Schneppe2016-10-082-1/+13
* parse smacks delay from messagesChristian Schneppe2016-10-081-1/+1
* try to fix messages stuck at sendingChristian Schneppe2016-10-082-2/+4
* Prepend the subject from the intent if presentChristian Schneppe2016-10-081-1/+8
* make error notification dismissableChristian Schneppe2016-10-053-42/+49
* differentiate between pending image and pending photo urisChristian Schneppe2016-10-051-7/+15
* fixed omemo shown as unavailable in 1:1 chatsChristian Schneppe2016-10-054-6/+10
* resolve take photo uri for internal useChristian Schneppe2016-10-052-5/+6
* properly index take photo uris from file providerChristian Schneppe2016-10-052-9/+16
* add more logging to attaching file processChristian Schneppe2016-10-051-4/+21
* when activating omemo in conference always check preferencesChristian Schneppe2016-10-051-14/+14
* explicit logging when copying files to storageChristian Schneppe2016-10-051-3/+4
* simplified code that invokes the export logs serviceChristian Schneppe2016-09-282-39/+9
* expert 'setting' to remove omemo identityChristian Schneppe2016-09-282-5/+61
* Allow to dismiss the notification from a wear reply.Christian Schneppe2016-09-282-10/+20
* increase ReadTimeouts for HTTP connectionsChristian Schneppe2016-09-272-9/+5
* initialize audioplayer at beginningChristian Schneppe2016-09-271-3/+3
* don't use deprecated methodsChristian Schneppe2016-09-271-1/+1
* 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
* Revert "simplify updater a bit and only search for updates in wifi or mobile ...Christian Schneppe2016-09-251-7/+13
* add actionbar item to report an issue via support conferenceChristian Schneppe2016-09-252-1/+12
* 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
* set different auto download filesizes for wifi, mobile, roamingChristian Schneppe2016-09-242-3/+53
* bug fix on sending file messageChristian Schneppe2016-09-231-807/+808
* Fix "More table" layoutChristian Schneppe2016-09-231-2/+6
* 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