aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* OMEMO: remove omemo device from own list if bundle is brokenChristian Schneppe2018-06-011-70/+80
* make sure account is connected before attempting to download p1s3Christian Schneppe2018-06-012-2/+21
* catch NPEChristian Schneppe2018-06-011-2/+2
* show buttons to privacy policy and terms of use during account creation on ou...Christian Schneppe2018-05-271-0/+24
* add missing else to show the availability of httpupload correctlyChristian Schneppe2018-05-261-2/+1
* improve active_since implementation (XEP-0319: Last User Interaction in Prese...Christian Schneppe2018-05-262-1/+13
* Do not use TLS_FALLBACK_SCSVChristian Schneppe2018-05-261-0/+1
* add support for S3 file transfersChristian Schneppe2018-05-2620-180/+654
* add links to *Terms Of Use* and *Privacy Policy* to AboutActivityChristian Schneppe2018-05-241-0/+19
* use correct binding in EditAccountActivityChristian Schneppe2018-05-211-4/+2
* temporarly disable swipe gesturesChristian Schneppe2018-05-211-0/+3
* try to fix a crash during OTR verifyChristian Schneppe2018-05-211-0/+4
* set pragme secure delete properlyChristian Schneppe2018-05-211-1/+1
* explicitly set secure_delete pragma for SQLite databaseChristian Schneppe2018-05-211-0/+1
* make file observer listen for movesChristian Schneppe2018-05-211-1/+1
* move enabling of foreign key support to onConfigureChristian Schneppe2018-05-211-8/+5
* Make nickname matching case-sensitiveChristian Schneppe2018-05-211-1/+1
* prefetch omemo device lists only if muc has omemo enabledChristian Schneppe2018-05-211-2/+3
* make fcm receiver ignore messages when all accounts are disabledChristian Schneppe2018-05-211-1/+1
* migrate to fcm libraryChristian Schneppe2018-05-211-7/+7
* do not save draft if message is completly empty and fixed appending shared textChristian Schneppe2018-05-213-3/+22
* fix some crashes on Android 4 devicesChristian Schneppe2018-05-213-185/+128
* temporarly fix crash with resending files via buttonChristian Schneppe2018-05-183-2/+5
* detect yalp store installsChristian Schneppe2018-05-171-1/+1
* add possibility to de-/activate accountsChristian Schneppe2018-05-172-0/+32
* fix crash on destroying mucChristian Schneppe2018-05-171-2/+4
* do not use trigger but delete message index entries manuallyChristian Schneppe2018-05-171-83/+90
* Extend QR scanner to support VCard with IMPP fieldChristian Schneppe2018-05-171-0/+10
* changed command paramater for new push serverChristian Schneppe2018-05-171-1/+1
* changed jid of push serverChristian Schneppe2018-05-174-5/+12
* some tor modificationsChristian Schneppe2018-05-178-12/+17
* do not use end in catchup mam queriesChristian Schneppe2018-05-173-11/+33
* increase sample and bit rate for voice recordingChristian Schneppe2018-05-171-2/+2
* add null checkChristian Schneppe2018-05-171-4/+4
* add primary key to fts tableChristian Schneppe2018-05-171-2/+3
* do not include body in simple status updates to not trigger fts updateChristian Schneppe2018-05-175-10/+19
* fix exceptionsChristian Schneppe2018-05-163-8/+8
* do not load conversations with null jidChristian Schneppe2018-05-163-10/+20
* make session completion work with untrusted devices as wellChristian Schneppe2018-05-163-7/+11
* max out emoji enlargment at 42 emojisChristian Schneppe2018-05-162-10/+33
* change MAGIC_CREATE_DOMAINChristian Schneppe2018-05-161-1/+1
* split heighlights by special charactersChristian Schneppe2018-05-161-0/+3
* don’t scale images to a 0 width or heightChristian Schneppe2018-05-161-6/+8
* add spinner to select jabber provider for creating new accountsChristian Schneppe2018-05-162-12/+47
* apply styling helper to conversation overviewChristian Schneppe2018-05-146-13/+151
* fix some location crashesChristian Schneppe2018-05-141-6/+16
* fix taking videoChristian Schneppe2018-05-142-8/+24
* make quick actions working againChristian Schneppe2018-05-141-0/+22
* check permissions for locationsChristian Schneppe2018-05-141-0/+4
* add animators for more activitiesChristian Schneppe2018-05-0520-9/+70