Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New translations strings.xml (Italian) | Christian Schneppe | 2018-12-27 | 1 | -0/+86 |
| | |||||
* | synchronize join/leaves with bookmarks | Christian Schneppe | 2018-12-15 | 1 | -2/+2 |
| | |||||
* | Reduce `minSdkVersion` to 16, fix issues reported by lint | Christian Schneppe | 2018-12-14 | 18 | -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. | ||||
* | show warning snackbar before joining anon-non-private room | Christian Schneppe | 2018-12-14 | 1 | -0/+1 |
| | |||||
* | allow unencrypted http on android 9 | Christian Schneppe | 2018-12-14 | 1 | -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. | ||||
* | show context menu when long clicking avatar in 1:1 | Christian Schneppe | 2018-12-04 | 1 | -0/+9 |
| | |||||
* | offer to start/install orbot for edit account screen. | Christian Schneppe | 2018-12-04 | 1 | -1/+3 |
| | |||||
* | implement self healing omemo | Christian Schneppe | 2018-12-04 | 1 | -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. | ||||
* | open direct search after hitting + in share with screen | Christian Schneppe | 2018-12-04 | 1 | -1/+2 |
| | |||||
* | let the user forbid android from taking screenshots | Christian Schneppe | 2018-11-30 | 3 | -0/+8 |
| | |||||
* | attempt to work around bugs in Chinese ROMs | Christian Schneppe | 2018-11-23 | 2 | -3/+3 |
| | |||||
* | show only file size if http upload is available | Christian Schneppe | 2018-11-23 | 3 | -3/+0 |
| | |||||
* | show 'show password' toggle for all magically created accounts | Christian Schneppe | 2018-11-23 | 3 | -2/+6 |
| | |||||
* | use toastcompat library to catch BadTokenException | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | offer to copy error message to clipboard | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | provide option to reject subscription request when long pressing 'allow' | Christian Schneppe | 2018-11-23 | 2 | -0/+4 |
| | |||||
* | show synced contacts in choose contact activity | Christian Schneppe | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | fix manual update check | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | New translations strings.xml (Russian) | Christian Schneppe | 2018-11-21 | 1 | -323/+326 |
| | |||||
* | New translations strings.xml (German) | Christian Schneppe | 2018-11-21 | 1 | -834/+839 |
| | |||||
* | New translations strings.xml (Cebuano) | Christian Schneppe | 2018-11-21 | 1 | -627/+624 |
| | |||||
* | New translations strings.xml (Filipino) | Christian Schneppe | 2018-11-21 | 1 | -681/+678 |
| | |||||
* | New translations strings.xml (Indonesian) | Christian Schneppe | 2018-11-21 | 1 | -677/+674 |
| | |||||
* | New translations strings.xml (Spanish) | Christian Schneppe | 2018-11-21 | 1 | -749/+746 |
| | |||||
* | New translations strings.xml (Basque) | Christian Schneppe | 2018-11-21 | 1 | -580/+578 |
| | |||||
* | New translations strings.xml (Catalan) | Christian Schneppe | 2018-11-21 | 1 | -576/+574 |
| | |||||
* | New translations strings.xml (Czech) | Christian Schneppe | 2018-11-21 | 1 | -478/+476 |
| | |||||
* | New translations strings.xml (Dutch) | Christian Schneppe | 2018-11-21 | 1 | -577/+575 |
| | |||||
* | New translations strings.xml (Romanian) | Christian Schneppe | 2018-11-21 | 1 | -597/+594 |
| | |||||
* | New translations strings.xml (French) | Christian Schneppe | 2018-11-21 | 1 | -536/+534 |
| | |||||
* | New translations strings.xml (Greek) | Christian Schneppe | 2018-11-21 | 1 | -299/+297 |
| | |||||
* | New translations strings.xml (Italian) | Christian Schneppe | 2018-11-21 | 1 | -577/+575 |
| | |||||
* | New translations strings.xml (Norwegian) | Christian Schneppe | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | New translations strings.xml (Polish) | Christian Schneppe | 2018-11-21 | 1 | -537/+534 |
| | |||||
* | New translations strings.xml (Portuguese) | Christian Schneppe | 2018-11-21 | 1 | -113/+113 |
| | |||||
* | New translations strings.xml (Swedish) | Christian Schneppe | 2018-11-21 | 1 | -519/+517 |
| | |||||
* | New translations strings.xml (Arabic) | Christian Schneppe | 2018-11-21 | 1 | -40/+40 |
| | |||||
* | New translations strings.xml (Tagalog) | Christian Schneppe | 2018-11-21 | 1 | -102/+102 |
| | |||||
* | New translations strings.xml (Portuguese, Brazilian) | Christian Schneppe | 2018-11-21 | 1 | -0/+435 |
| | |||||
* | New translations strings.xml (Bulgarian) | Christian Schneppe | 2018-11-21 | 1 | -70/+70 |
| | |||||
* | New translations strings.xml (Galician) | Christian Schneppe | 2018-11-21 | 1 | -580/+578 |
| | |||||
* | New translations strings.xml (Turkish) | Christian Schneppe | 2018-11-21 | 1 | -681/+678 |
| | |||||
* | delete file because of conflicts | Christian Schneppe | 2018-11-21 | 1 | -435/+0 |
| | |||||
* | rename variable | Christian Schneppe | 2018-11-15 | 10 | -10/+10 |
| | |||||
* | refactored some ManageAccount, WelcomeActivity and a few other things | Christian Schneppe | 2018-11-15 | 1 | -0/+1 |
| | |||||
* | implement message deletion | Christian Schneppe | 2018-11-11 | 1 | -1/+3 |
| | | | | fixed #208 | ||||
* | code cleanup | Christian Schneppe | 2018-11-08 | 1 | -1/+0 |
| | |||||
* | separate contacts and groups shared via xmpp uris | Christian Schneppe | 2018-11-08 | 10 | -0/+0 |
| | |||||
* | Merge pull request #262 from genofire/mini-redesign | Christian Schneppe | 2018-11-08 | 21 | -138/+56 |
|\ | | | | | design message border | ||||
| * | use material colors | Martin/Geno | 2018-11-08 | 5 | -50/+37 |
| | |