aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-27fix crash in ChangePasswordActivityChristian Schneppe1-1/+1
2018-12-15synchronize join/leaves with bookmarksChristian Schneppe1-2/+2
2018-12-14Reduce `minSdkVersion` to 16, fix issues reported by lintChristian Schneppe18-115/+181
This further reduces the minimum API level to 16, which should encompass most users stuck on older versions of Android (mainly BlackBerry OS and Jolla users). Several issues reported by code analysis were fixed, mainly around issues with layouts.
2018-12-14show warning snackbar before joining anon-non-private roomChristian Schneppe1-0/+1
2018-12-14allow unencrypted http on android 9Christian Schneppe1-1/+1
this commit is just to make policies equal and independent on various android versions. support for http might be removed in the future across all versions.
2018-12-04show context menu when long clicking avatar in 1:1Christian Schneppe1-0/+9
2018-12-04offer to start/install orbot for edit account screen.Christian Schneppe1-1/+3
2018-12-04implement self healing omemoChristian Schneppe1-0/+1
after receiving a SignalMessage that can’t be decrypted because of broken sessions Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage wrapped in a key transport message.
2018-12-04open direct search after hitting + in share with screenChristian Schneppe1-1/+2
2018-11-30let the user forbid android from taking screenshotsChristian Schneppe3-0/+8
2018-11-23attempt to work around bugs in Chinese ROMsChristian Schneppe2-3/+3
2018-11-23show only file size if http upload is availableChristian Schneppe3-3/+0
2018-11-23show 'show password' toggle for all magically created accountsChristian Schneppe3-2/+6
2018-11-23use toastcompat library to catch BadTokenExceptionChristian Schneppe1-0/+1
2018-11-23offer to copy error message to clipboardChristian Schneppe1-0/+1
2018-11-23provide option to reject subscription request when long pressing 'allow'Christian Schneppe2-0/+4
2018-11-23show synced contacts in choose contact activityChristian Schneppe1-1/+1
2018-11-23fix manual update checkChristian Schneppe1-0/+1
2018-11-21New translations strings.xml (Russian)Christian Schneppe1-323/+326
2018-11-21New translations strings.xml (German)Christian Schneppe1-834/+839
2018-11-21New translations strings.xml (Cebuano)Christian Schneppe1-627/+624
2018-11-21New translations strings.xml (Filipino)Christian Schneppe1-681/+678
2018-11-21New translations strings.xml (Indonesian)Christian Schneppe1-677/+674
2018-11-21New translations strings.xml (Spanish)Christian Schneppe1-749/+746
2018-11-21New translations strings.xml (Basque)Christian Schneppe1-580/+578
2018-11-21New translations strings.xml (Catalan)Christian Schneppe1-576/+574
2018-11-21New translations strings.xml (Czech)Christian Schneppe1-478/+476
2018-11-21New translations strings.xml (Dutch)Christian Schneppe1-577/+575
2018-11-21New translations strings.xml (Romanian)Christian Schneppe1-597/+594
2018-11-21New translations strings.xml (French)Christian Schneppe1-536/+534
2018-11-21New translations strings.xml (Greek)Christian Schneppe1-299/+297
2018-11-21New translations strings.xml (Italian)Christian Schneppe1-577/+575
2018-11-21New translations strings.xml (Norwegian)Christian Schneppe1-1/+1
2018-11-21New translations strings.xml (Polish)Christian Schneppe1-537/+534
2018-11-21New translations strings.xml (Portuguese)Christian Schneppe1-113/+113
2018-11-21New translations strings.xml (Swedish)Christian Schneppe1-519/+517
2018-11-21New translations strings.xml (Arabic)Christian Schneppe1-40/+40
2018-11-21New translations strings.xml (Tagalog)Christian Schneppe1-102/+102
2018-11-21New translations strings.xml (Portuguese, Brazilian)Christian Schneppe1-0/+435
2018-11-21New translations strings.xml (Bulgarian)Christian Schneppe1-70/+70
2018-11-21New translations strings.xml (Galician)Christian Schneppe1-580/+578
2018-11-21New translations strings.xml (Turkish)Christian Schneppe1-681/+678
2018-11-21delete file because of conflictsChristian Schneppe1-435/+0
2018-11-15rename variableChristian Schneppe10-10/+10
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe1-0/+1
2018-11-11implement message deletionChristian Schneppe1-1/+3
fixed #208
2018-11-08code cleanupChristian Schneppe1-1/+0
2018-11-08separate contacts and groups shared via xmpp urisChristian Schneppe10-0/+0
2018-11-08show max file size for httpupload in profile --> server infoChristian Schneppe1-2/+3
2018-11-08use material colorsMartin/Geno5-50/+37