Commit Graph

4174 Commits

Author SHA1 Message Date
adbenitez ecd4157b48 update CI 2021-11-12 22:20:41 -05:00
adbenitez 2b7e341da2 tweak CI 2021-11-12 15:53:28 -05:00
adbenitez b2e918c3e1 fix CI 2021-11-12 15:42:55 -05:00
adbenitez d83346c689 configure default webrtc instance 2021-11-12 01:14:18 -05:00
adbenitez c3658ed33a update device message 2021-11-12 00:04:50 -05:00
adbenitez 4b75149c8b allow to disable Subject 2021-11-11 23:30:56 -05:00
adbenitez 0e7b20ef00 Merge remote-tracking branch 'upstream/master' 2021-11-11 21:13:08 -05:00
bjoern c87be95d5d prepare 1.24.3 (#2130)
* update changelog for 1.24.3

* bump version to 1.24.3
2021-11-12 00:57:34 +01:00
B. Petersen 5352690246 update translations and local help 2021-11-11 22:37:32 +01:00
B. Petersen 425ab77a49 update deltachat-core-rust submodule 2021-11-11 16:48:07 +01:00
cyBerta 3927ecd8fb Merge pull request #2129 from deltachat/fix_package_naming
package names should always be lower cased
2021-11-11 01:45:01 +01:00
adbenitez 1fad77671c Merge remote-tracking branch 'upstream/master' 2021-11-10 13:58:14 -05:00
cyberta 60f8c58d0d package names should always be lower cased 2021-11-10 15:43:05 +01:00
cyBerta 18c3306832 Merge pull request #2088 from deltachat/provider-app-support
provider app support
2021-11-10 14:54:01 +01:00
cyberta 502ff5c12a add a little coment about IPC 2021-11-10 14:35:19 +01:00
cyberta 287c344e74 change AndroidYggmail package name to chat.delta.AndroidYggmail 2021-11-10 13:48:50 +01:00
adbenitez 9edf780604 Merge remote-tracking branch 'upstream/master' 2021-11-09 22:24:13 -05:00
Asiel Díaz Benítez e5fdf3303d Merge pull request #2125 from deltachat/adb-issue-2124
fix NullPointerException in SaveAttachmentTask.onPostExecute()
2021-11-09 21:52:25 -05:00
adbenitez 288888020e update submodule 2021-11-08 20:39:33 -05:00
adbenitez 9eb852db96 update build.gradle 2021-11-08 19:42:34 -05:00
adbenitez 3a6ff8a066 use accent for notification 2021-11-08 17:22:13 -05:00
cyberta 981552a97d IPCAddAccountsService: switch to account instead of re-adding if account already exists 2021-11-08 13:19:20 +01:00
cyberta 4aee96254f No need to call super.handleMessage() as IncomingHandler directly inherits from Handler which has an empty handleMessage stub 2021-11-08 12:58:24 +01:00
adbenitez 68f09c6d68 fix NullPointerException in SaveAttachmentTask.onPostExecute() 2021-11-07 15:47:33 -05:00
adbenitez 952f82f1a3 Merge remote-tracking branch 'upstream/master' 2021-11-07 14:20:21 -05:00
bjoern 0522c1a539 prepare 1.24.2 (#2123)
* bump version to 1.24.2

* keep existing outfile file scheme (deltachat-VARIANT-RELEASE-VERSION.apk) (default probably is changed by gradle7)

* update changelog
2021-11-07 15:27:13 +01:00
B. Petersen e11fbc7455 update translations 2021-11-07 14:01:05 +01:00
bjoern 18ee751485 fix backups for android10 (#2122)
- Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS)
  was not writable for android10 (older and newer androids are okay)

- the import selectMediaType() showed up,
  however never did show the exported file on android10 (also here, older and newer androids are okay)

re-adding the flag `android:requestLegacyExternalStorage="true"` that was removed in #2087
fixed both problems, at least in the emulator.

seems as if the flag is still respected when running on sdk29 even when targeting sdk30;
when running on sdk30, however, the flag is ignored.

at least the following doc does not say that the flag is needless in sdk30:
https://developer.android.com/reference/android/R.attr#requestLegacyExternalStorage
2021-11-07 13:33:49 +01:00
bjoern ab8543d654 bump version to 1.24.1 (#2121) 2021-11-06 22:11:07 +01:00
Asiel Díaz Benítez 02ed207fa5 reduce selected account's checkmark size a bit (#2118) 2021-11-06 22:07:20 +01:00
B. Petersen 3bf28d0e0a update translations 2021-11-06 21:04:17 +01:00
B. Petersen 5e1681b028 update deltachat-core-rust submodule 2021-11-06 21:02:39 +01:00
adbenitez 7bbd24f916 likify QR-join and Mumble links 2021-11-05 20:01:11 -04:00
adbenitez 7ccd42a91f Merge remote-tracking branch 'upstream/master' 2021-11-05 15:37:32 -04:00
Asiel Díaz Benítez 8774d05fda make toolbar's avatar visible if needed (#2117)
* make toolbar's avatar visible if needed

* make avatar visible when going back to chatlist after forwarding
2021-11-05 12:06:18 +01:00
bjoern 949f9b5b2f prepare 1.24.0 (#2104)
* update changelog for 1.24.0

* add device message

* add recent commits to changelog

* bump version to 1.24.0
2021-11-05 00:48:37 +01:00
adbenitez 32f835f583 Merge remote-tracking branch 'upstream/master' 2021-11-04 18:22:38 -04:00
adbenitez 752d7867b4 Merge remote-tracking branch 'upstream/master' 2021-11-04 18:19:08 -04:00
Hocuri 7344b491af Fix photo view rail (#2113)
* Fix: Don't check for write permission when we don't need it

* Revert one of the changes from Signal
2021-11-04 22:09:44 +01:00
cyberta 357044764f add missing Intent flag 2021-11-04 21:26:06 +01:00
bjoern a30480b2d7 remove deprecated gradle element 'dexOptions' (#2115)
without, there is a warning in gradle7 that says:

"DSL element 'dexOptions' is obsolete and should be removed.
It will be removed in version 8.0 of the Android Gradle plugin.
Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically."

not sure, what the option was about in older gradles.
2021-11-04 21:17:37 +01:00
adbenitez 995b88d620 Merge remote-tracking branch 'upstream/master' 2021-11-04 15:18:12 -04:00
B. Petersen 1eb4f20ec3 update local help 2021-11-04 17:42:41 +01:00
B. Petersen 22604fbef7 update translations 2021-11-04 17:20:31 +01:00
cyberta aab70f0f05 add a Toast showing the reason why the auto-configuration failed 2021-11-04 12:53:45 +01:00
cyberta a21c039f4d don't update UI wrt. provider info in companion app auto-configuration 2021-11-04 12:53:45 +01:00
cyberta a8f61ee23b little clean-up 2021-11-04 12:53:45 +01:00
cyberta a09321261f clear the activity stack if IPCAddAccountService starts the RegistrationActivity 2021-11-04 12:53:45 +01:00
cyberta f802cd18f0 send broadcast to request account data if no account has been yet configured 2021-11-04 12:53:33 +01:00
cyberta 1e3ee61325 auto-configure companion app accounts 2021-11-04 12:51:21 +01:00