aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* F-Droid nightly repo: move to chris (#341)genofire2019-06-081-1/+1
|
* Revert "temporarly disabled fdroid nightly builds"Christian Schneppe2019-06-081-6/+5
| | | | This reverts commit 033c28e9b9fc87e6ab7d2afb74b449acf25ec25f.
* Networkstack - let OS decide IPv4 or IPv6 (#267)genofire2019-06-085-360/+23
| | | | | | | | * Networkstack - let OS decide IPv4 or IPv6 * Drop own implementation of DNS-Server selection * remove dns resolver cache
* version 2.2.4 beta + changesChristian Schneppe2019-06-082-5/+6
|
* update translationsChristian Schneppe2019-06-085-436/+924
| | | | | | | | | | | | | | | | | | | | | | | | * New translations strings.xml (Catalan) * New translations strings.xml (Catalan) * New translations strings.xml (Catalan) * New translations strings.xml (Catalan) * New translations strings.xml (Catalan) * New translations strings.xml (Romanian) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Polish) * New translations strings.xml (Cebuano) * New translations strings.xml (Azerbaijani) * New translations strings.xml (Portuguese)
* fix some more NPEChristian Schneppe2019-06-085-7/+14
|
* put geo uri in attachment preview when sharedChristian Schneppe2019-06-083-5/+17
|
* show negative max files size (unknown/unlimited) simply as availableChristian Schneppe2019-06-081-2/+7
|
* fixed some NPEChristian Schneppe2019-06-081-3/+6
|
* synchronize around attributes in toContentValues()Christian Schneppe2019-06-081-1/+3
|
* show error messages in text layout not edittextChristian Schneppe2019-06-082-6/+16
|
* handle invalid canditates in jingleChristian Schneppe2019-06-081-0/+4
|
* double check that activity is not null in updateSend buttonChristian Schneppe2019-06-081-2/+2
|
* fixed NPE in channel discovery after race to create menuChristian Schneppe2019-06-081-1/+1
|
* set own omemo devices to inactive after 60 days of inactivityChristian Schneppe2019-06-081-1/+1
|
* change music volume during audio playbackChristian Schneppe2019-06-081-0/+1
|
* temporarly disabled fdroid nightly buildsChristian Schneppe2019-06-081-5/+6
|
* fix activity_media_viewer.xmlChristian Schneppe2019-06-081-1/+0
|
* change minimum timeout for uploads/downloadsChristian Schneppe2019-06-082-4/+4
|
* less connection delayChristian Schneppe2019-06-081-8/+8
|
* performance improvementsChristian Schneppe2019-06-082-3/+2
|
* separate received and sent filesChristian Schneppe2019-05-194-10/+47
| | | | fixes #140
* run postDelayed in background threadChristian Schneppe2019-05-191-1/+4
|
* version 2.2.4 beta (2019-05-18)Christian Schneppe2019-05-182-1/+8
|
* always change music volumeChristian Schneppe2019-05-181-1/+1
|
* update translationsChristian Schneppe2019-05-1823-62/+1160
|
* performance improvementsChristian Schneppe2019-05-187-28/+43
|
* fix crash in RichPreviewChristian Schneppe2019-05-041-2/+2
|
* small UI changesChristian Schneppe2019-05-042-54/+9
|
* some bug fixesChristian Schneppe2019-05-042-9/+6
|
* set own omemo devices to inactive after 14 days of inactivity; was 7 daysChristian Schneppe2019-05-041-1/+1
|
* added language tag in channel search resultsChristian Schneppe2019-05-044-7/+64
|
* fixed rare NPE cause by raceChristian Schneppe2019-05-041-3/+7
|
* jingle: send canditate error before fallbackChristian Schneppe2019-05-042-3/+4
|
* go forward through cursor in message restoreChristian Schneppe2019-05-042-33/+21
| | | | | We have seen some weird CursorIndexNotFoundException that we were unable to reproduce. We assume that going forward (moveToNext()) through the cursor instead of (moveToPrevious() fixes that issue
* Make use of Namespace.REGISTER constantChristian Schneppe2019-05-042-5/+5
|
* fix export error for non-unicode numbersChristian Schneppe2019-05-041-1/+1
|
* do not synchronize twice when adding status and date bubblesChristian Schneppe2019-05-041-60/+50
|
* wait with presence selection until attachment commitChristian Schneppe2019-05-042-68/+71
|
* small message optimizationsChristian Schneppe2019-05-043-11/+12
|
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-0315-102/+165
|
* do not jump out of whispher mode when selecting attachChristian Schneppe2019-05-031-1/+0
|
* fixed ui glitch when displaying PM hint over attachmentsChristian Schneppe2019-05-032-16/+13
|
* add bookmark when clicking on channel search resultChristian Schneppe2019-05-031-0/+13
|
* add contact dialog: warn on suspicious addressesChristian Schneppe2019-05-035-10/+70
|
* store correcting message in dbChristian Schneppe2019-05-032-7/+9
|
* temporary disable PM hint above edittextChristian Schneppe2019-05-031-1/+1
| | | | because it looks terrible
* update build.toolsChristian Schneppe2019-05-031-1/+1
|
* put PM hint above edittextChristian Schneppe2019-05-034-24/+51
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2019-04-282-0/+19
|\