Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | show synced contacts in choose contact activity | Christian Schneppe | 2018-11-23 | 7 | -14/+7 | |
| | | | ||||||
* | | | refresh contacts when opening StartConversationsActivity | Christian Schneppe | 2018-11-23 | 5 | -1/+18 | |
| | | | ||||||
* | | | refresh synced contacts even if offline | Christian Schneppe | 2018-11-23 | 2 | -2/+2 | |
| | | | ||||||
* | | | basic phone number sync | Christian Schneppe | 2018-11-23 | 4 | -10/+32 | |
| | | | ||||||
* | | | refactored phone contact loading in preperation for sync | Christian Schneppe | 2018-11-23 | 13 | -143/+222 | |
| | | | ||||||
* | | | fix manual update check | Christian Schneppe | 2018-11-23 | 2 | -2/+7 | |
|/ / | ||||||
* | | version 2.1.3 + changes | Christian Schneppe | 2018-11-21 | 2 | -2/+5 | |
| | | ||||||
* | | update translations | Christian Schneppe | 2018-11-21 | 23 | -10641/+11045 | |
|\ \ | | | | | | | New Crowdin translations | |||||
| * | | 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 | |
| | | ||||||
* | | fix crash with xmpp uris | Christian Schneppe | 2018-11-21 | 1 | -1/+6 | |
|/ | ||||||
* | Update README.md | Christian Schneppe | 2018-11-15 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #268 from Echolon/patch-1 | Christian Schneppe | 2018-11-15 | 1 | -2/+3 | |
|\ | | | | | Update README.md | |||||
| * | Update README.md | Echolon | 2018-11-13 | 1 | -2/+1 | |
| | | | | | | Reduce size of QR-Code picture | |||||
| * | Update README.md | Echolon | 2018-11-12 | 1 | -0/+2 | |
| | | | | | | Added MUC channel for development to get this divided from support muc which shouldn't scare newcomers to ask questions | |||||
* | | do not show up navigation when opening edit account from notification | Christian Schneppe | 2018-11-15 | 2 | -13/+10 | |
| | | ||||||
* | | do not show up navigation in start conversation screen if called with view ↵ | Christian Schneppe | 2018-11-15 | 9 | -11/+43 | |
| | | | | | | | | intent | |||||
* | | rename variable | Christian Schneppe | 2018-11-15 | 12 | -12/+12 | |
| | | ||||||
* | | refactored some ManageAccount, WelcomeActivity and a few other things | Christian Schneppe | 2018-11-15 | 16 | -107/+181 | |
|/ | ||||||
* | version 2.1.3 + CHANGELOG | Christian Schneppe | 2018-11-11 | 2 | -2/+3 | |
| | ||||||
* | fix some lint errors | Christian Schneppe | 2018-11-11 | 3 | -4/+6 | |
| | ||||||
* | also respect deleted messages in readable logs | Christian Schneppe | 2018-11-11 | 1 | -2/+2 | |
| | ||||||
* | implement message deletion | Christian Schneppe | 2018-11-11 | 6 | -25/+59 | |
| | | | | fixed #208 | |||||
* | try to fix failing backups in multiaccount mode | Christian Schneppe | 2018-11-11 | 2 | -5/+5 | |
| | | | | --> you have to enable multiaccount mode again and setup a password!!! | |||||
* | try to fix a crash with emojicompat | Christian Schneppe | 2018-11-11 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2018-11-10 | 3 | -2/+84 | |
|\ | ||||||
| * | Update config.yml | Christian Schneppe | 2018-11-10 | 1 | -1/+1 | |
| | |