aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values-de (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * pulled translations from transifexDaniel Gultsch2015-12-071-0/+26
| |
| * pulled new translations from transifexDaniel Gultsch2015-12-021-26/+20
| |
* | modified stringsChristian S2015-12-121-0/+6
| |
* | updated stringsChristian S2015-12-041-1/+18
| |
* | typoChristian S2015-11-291-1/+1
| |
* | added German strings for plugin loaderChristian S2015-11-251-0/+4
| |
* | modified some stringsChristian S2015-11-151-1/+2
| | | | | | | | * added fork infos to about activity
* | rename Conversations to Pix-Art MessengerChristian S2015-11-141-12/+12
| |
* | added german strings for crop libraryChristian S2015-11-141-0/+5
| |
* | corrected german stringsChristian S2015-10-221-2/+2
| |
* | corrected strings-deChristian S2015-10-161-11/+1
| |
* | Merge remote-tracking branch 'siacs/master' into developmentChristian S2015-10-161-66/+86
|\|
| * pulled translations from transifexDaniel Gultsch2015-10-141-0/+17
| |
| * pulled translations from transifexDaniel Gultsch2015-10-131-67/+67
| |
* | updated german stringsChristian S2015-10-101-2/+2
| |
* | update missing stringsChristian S2015-10-101-0/+9
| |
* | Update strings.xmlChristian S.2015-10-061-1/+1
| |
* | updated German strings for updaterChristian S.2015-10-061-1/+1
| |
* | add german string for 'checking for updates'Christian S.2015-09-211-0/+1
| |
* | copy commitsChristian S2015-09-181-1/+5
|\|
| * pulled translations from transifexDaniel Gultsch2015-09-151-0/+5
| |
* | Merge branch 'siacs/master' into developmentChristian S2015-09-151-1/+0
|\|
| * pulled translations from transifexDaniel Gultsch2015-09-141-1/+0
| |
* | added some toasts to UpdaterActivityChristian S2015-09-061-0/+2
| |
* | version 1.6.9 betaChristian S2015-09-061-0/+8
| | | | | | | | * in app updater
* | copy commitsChristian S2015-08-291-2/+5
|\|
| * pulled updated translations from transifexDaniel Gultsch2015-08-281-1/+1
| |
| * added XEP number for http file uploadDaniel Gultsch2015-08-271-3/+6
| |
* | changed string backChristian S2015-08-261-1/+1
| |
* | Version 1.6.5Christian S2015-08-261-2/+4
|\|
| * pulled translations from transifexDaniel Gultsch2015-08-241-2/+4
| |
| * renamed plain text to unencrypted. fixes #1331Daniel Gultsch2015-08-241-2/+2
| |
* | replaced ... with …Christian S2015-08-191-1/+1
| |
* | copy commitsChristian S2015-08-191-5/+28
|\|
| * pulled translations from transifexDaniel Gultsch2015-08-191-1/+28
| |
* | Merge pull request #23 from kriztan/SubtitleChristian S.2015-08-181-0/+1
|\ \ | | | | | | modified strings for subtitle typing info
| * | add subtitle to ActionBar in chatviewsChristian S2015-08-181-0/+1
| |/ | | | | | | | | | | * display typing information in ActionBar as subtitle for single user chats * display participants in ActionBar as subtitle for conferences
* | added German translation for undo stringChristian S.2015-08-161-2/+3
| |
* | copy commitsChristian S2015-08-081-0/+3
|\|
* | Merge pull request #18 from siacs/developmentChristian S.2015-08-031-3/+0
|\| | | | | copy commits
| * sync translations with transifexDaniel Gultsch2015-08-031-3/+0
| |
* | removed username from typing infoChristian S2015-07-301-0/+1
|/
* pulled new translations from transifexDaniel Gultsch2015-07-201-1/+1
|
* pulled translationsDaniel Gultsch2015-07-181-0/+2
|
* made 'check image on http host' message more generic. fixed #1281Daniel Gultsch2015-07-161-5/+3
|
* pulled translations from transifexDaniel Gultsch2015-05-201-0/+5
|
* pulled translations from transifexDaniel Gultsch2015-04-261-1/+1
|
* Add option to remove manually approved certificatesBrianBlade2015-04-191-0/+11
| | | | | | | - "Remove certificates" option brings up a dialog that allows to delete certificates from MemorizingTrustManager's keystore - Reconnect active accounts when certificate-settings are changed - new preference category "Certificate options"
* Merge branch 'dont_trust_cas_preference' of ↵iNPUTmice2015-04-141-0/+2
|\ | | | | | | | | | | | | | | https://github.com/BrianBlade/Conversations into BrianBlade-dont_trust_cas_preference Conflicts: src/main/res/values-de/strings.xml src/main/res/values/strings.xml
| * Add option to use MTM without default TrustManagerBrianBlade2015-04-111-0/+2
| | | | | | | | | | | | Add a new "Don't trust system CAs" preference under advanced options that will change the behaviour of the MemorizingTrustManager. All formerly unknown certificates will raise a warning if checked.