aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-16attach editor content as fileChristian Schneppe3-21/+6
2018-06-16report unparsable limit as http upload availableChristian Schneppe1-1/+1
2018-06-16edit public=true/false property in mucsChristian Schneppe1-0/+4
2018-06-16catch NPE in AccountAdapterChristian Schneppe1-1/+3
2018-06-16catch NPE in exif detectionChristian Schneppe1-1/+1
2018-06-16catch OOM in FileObserverChristian Schneppe1-1/+6
2018-06-04use also rounded avatars in widgetChristian Schneppe1-1/+3
2018-06-04catch more exceptions in scheduleWakeUpCallChristian Schneppe1-0/+2
2018-06-04Revert "fade in images and avatars" because of strange flickeringChristian Schneppe6-37/+0
2018-06-03fade in images and avatarsChristian Schneppe6-0/+37
2018-06-01show MUC avatar in ConferenceDetailsActivityChristian Schneppe1-0/+1
2018-06-01add more logging to setIsInForegroundChristian Schneppe3-1/+4
2018-06-01rename useOwnProvider to useAdvancedMode in WelcomeActivityChristian Schneppe1-2/+2
2018-06-01OMEMO: remove omemo device from own list if bundle is brokenChristian Schneppe1-70/+80
2018-06-01make sure account is connected before attempting to download p1s3Christian Schneppe2-2/+21
2018-06-01catch NPEChristian Schneppe1-2/+2
2018-05-27show buttons to privacy policy and terms of use during account creation on ou...Christian Schneppe1-0/+24
2018-05-26add missing else to show the availability of httpupload correctlyChristian Schneppe1-2/+1
2018-05-26improve active_since implementation (XEP-0319: Last User Interaction in Prese...Christian Schneppe2-1/+13
2018-05-26Do not use TLS_FALLBACK_SCSVChristian Schneppe1-0/+1
2018-05-26add support for S3 file transfersChristian Schneppe20-180/+654
2018-05-24add links to *Terms Of Use* and *Privacy Policy* to AboutActivityChristian Schneppe1-0/+19
2018-05-21use correct binding in EditAccountActivityChristian Schneppe1-4/+2
2018-05-21temporarly disable swipe gesturesChristian Schneppe1-0/+3
2018-05-21try to fix a crash during OTR verifyChristian Schneppe1-0/+4
2018-05-21set pragme secure delete properlyChristian Schneppe1-1/+1
2018-05-21explicitly set secure_delete pragma for SQLite databaseChristian Schneppe1-0/+1
2018-05-21make file observer listen for movesChristian Schneppe1-1/+1
2018-05-21move enabling of foreign key support to onConfigureChristian Schneppe1-8/+5
2018-05-21Make nickname matching case-sensitiveChristian Schneppe1-1/+1
2018-05-21prefetch omemo device lists only if muc has omemo enabledChristian Schneppe1-2/+3
2018-05-21make fcm receiver ignore messages when all accounts are disabledChristian Schneppe1-1/+1
2018-05-21migrate to fcm libraryChristian Schneppe1-7/+7
2018-05-21do not save draft if message is completly empty and fixed appending shared textChristian Schneppe3-3/+22
2018-05-21fix some crashes on Android 4 devicesChristian Schneppe3-185/+128
2018-05-18temporarly fix crash with resending files via buttonChristian Schneppe3-2/+5
2018-05-17detect yalp store installsChristian Schneppe1-1/+1
2018-05-17add possibility to de-/activate accountsChristian Schneppe2-0/+32
2018-05-17fix crash on destroying mucChristian Schneppe1-2/+4
2018-05-17do not use trigger but delete message index entries manuallyChristian Schneppe1-83/+90
2018-05-17Extend QR scanner to support VCard with IMPP fieldChristian Schneppe1-0/+10
2018-05-17changed command paramater for new push serverChristian Schneppe1-1/+1
2018-05-17changed jid of push serverChristian Schneppe4-5/+12
2018-05-17some tor modificationsChristian Schneppe8-12/+17
2018-05-17do not use end in catchup mam queriesChristian Schneppe3-11/+33
2018-05-17increase sample and bit rate for voice recordingChristian Schneppe1-2/+2
2018-05-17add null checkChristian Schneppe1-4/+4
2018-05-17add primary key to fts tableChristian Schneppe1-2/+3
2018-05-17do not include body in simple status updates to not trigger fts updateChristian Schneppe5-10/+19
2018-05-16fix exceptionsChristian Schneppe3-8/+8