Commit Graph

3996 Commits

Author SHA1 Message Date
link2xt af772762ef Update to Android NDK r23c
Android NDK is updated from legacy ndk-bundle stuck at unsupported
r22b to LTS NDK r23c (23.2.8568313).

Since GNU binutils have been removed from NDK since r23 (see
https://github.com/android/ndk/wiki/Changelog-r23), ndk-make.sh now
uses TARGET_AR=llvm-ar and uses a workaround for `-lgcc` requirement.

Android command line tools used in the Dockerfile are updated to build
8512546

Preview APKs now use NDK r23c too.
2022-05-28 16:11:11 +00:00
B. Petersen dadb12e664 add link to Delta Chat's f-droid.org page to f-droid.md 2022-05-28 12:35:09 +02:00
B. Petersen b488103c43 fix behavior of system-back-button for webxdc
for webxdc, the system-back-button should do the same
as the back-button in the title bar - just close the webxdc.

without this commit, it loads the previous page, which is often unexpected -
eg. many games use reload() for simplicity,
so you would have press one time 'back' for each round :)

even if there may be situations where this may be useful,
we do not want to encourage webxdc to rely on the system-back-button -
eg. desktop or ios currently just do not have this button.

technically, this pr changes the default -
so, for all classes derived from WebViewActivity, the system-back-button will
now behave as the title-bar-back-button.

for the local-help, this behavior is changed explictly -
i think, for HTML-mails, the 'just close' approach is also better.
2022-05-26 13:14:58 +02:00
B. Petersen 2ac2e724a8 use download.delta.chat also for beta versions
nightlies are uploaded there anyway,
so, just everything can go there,
leaving testrun.org for other purposes.
2022-05-25 13:25:53 +02:00
bjoern 5ccff055b4 update some f-droid links and information (#2307)
* update some f-droid links and information

* use more general link to the f-droid monitor

* Update docs/f-droid.md

Co-authored-by: Asiel Díaz Benítez <asieldbenitez@gmail.com>

* clarify build details according to @licaon-kter's suggestions

Co-authored-by: Asiel Díaz Benítez <asieldbenitez@gmail.com>
2022-05-25 12:41:53 +02:00
missytake fba35ee936 change upload script to use mailadm.testrun.org instead of testrun.org 2022-05-24 22:09:10 +02:00
B. Petersen 4664e51754 bump version to 1.30.2 2022-05-24 18:46:09 +02:00
B. Petersen 9f60223e2c update changelog for 1.30.2 2022-05-24 18:46:09 +02:00
B. Petersen 3e3fced6ac update translations 2022-05-24 17:57:00 +02:00
B. Petersen c1f104da3d update deltachat-core-rust submodule to 'bump version to 1.83.0 (#3338)' 2022-05-20 12:07:33 +02:00
Asiel Díaz Benítez 90c61fd673 Merge pull request #2303 from deltachat/adb/exclude-gms
exclude com.google.android.gms from apk binaries
2022-05-20 05:56:08 -04:00
B. Petersen 2a3cac51c0 update translations 2022-05-19 10:47:45 +02:00
Ozancan Karataş b0a07a9fac Use as original VoiceOver hint 2022-05-18 23:15:01 +02:00
Ozancan Karataş ccc7167622 Add quote for contacts permission 2022-05-18 23:15:01 +02:00
Ozancan Karataş 7de433c702 Add missing InfoPlist translations for location permissions
Closes deltachat/deltachat-ios#1586
2022-05-18 23:15:01 +02:00
B. Petersen 8dbde9ca4b update translations 2022-05-18 23:04:02 +02:00
B. Petersen 22a5c0a448 directly remember source_code_url instead of a flag that it is available 2022-05-18 22:58:20 +02:00
B. Petersen 3aa30899a5 add 'Source Code' item to webxdc menu
the code is a tiny bit more complicated
as we keep the call to get_webxdc_info() in background
and also avoid a second call to get_webxdc_info().
2022-05-18 22:58:20 +02:00
B. Petersen cae4536d20 split off openUrlInBrowser() from openOnlineUrl() 2022-05-18 22:58:20 +02:00
B. Petersen adeb0ddb75 adapt release checklist to changed flow in amazon appstore 2022-05-18 11:39:32 +02:00
adbenitez 0ab1ae9de7 exclude com.google.android.gms from apk binaries 2022-05-17 23:38:13 -04:00
B. Petersen 0bfe101b50 update translations 2022-05-17 17:26:08 +02:00
B. Petersen fd6cef982d update deltachat-core-rust submodule to 'prepare 1.81 (#3329)' 2022-05-17 17:24:31 +02:00
B. Petersen 7d98aa066f update title when it might be changed 2022-05-17 11:15:58 +02:00
B. Petersen a398c8f299 show document name before webxdc name nearby icons 2022-05-17 11:15:58 +02:00
B. Petersen b7472982a5 show document name instead of webxdc name in title 2022-05-17 11:15:58 +02:00
B. Petersen a0332f0c4e empty default WebViewActivity title
if not set to empty, it defaults to "Delta Chat",
which results in a short flickering on opening WebViews that set the title
in an async way.
(all WebViewActivity set a "nice" title, so the default is never shown anyway)
2022-05-17 11:15:58 +02:00
B. Petersen 5369994bf2 adapt release-checklist 2022-05-15 16:31:27 +02:00
B. Petersen 88b2acb69d swap order to 'WebxdcName - ChatName' 2022-05-14 12:56:48 +02:00
B. Petersen 8c88ea3bfb show context of Webxdc window
show the chat name in front of the webxdc name to
- prevent phishing (the window will not show just the name of your bank)
- give the user an idea about where the webxdc sends messages to
  (important eg. when using the same webxdc from different chats)
2022-05-14 12:56:48 +02:00
B. Petersen 7cd60b2fc1 bump version to 1.30.1 2022-05-06 14:17:02 +02:00
B. Petersen ff3eedb4ad update changelog for 1.30.1 2022-05-06 14:17:02 +02:00
cyBerta f0446a01a6 Merge pull request #2294 from deltachat/accessibility_string
iOS strings: add accessibility hint for the connectivity details
2022-05-06 13:23:02 +02:00
cyberta 249137f9e7 add accessibility hint for the connectivity view 2022-05-06 13:09:30 +02:00
B. Petersen ac8346cc30 update translations and local help 2022-05-05 13:47:08 +02:00
B. Petersen b8e0c2de2d update deltachat-core-rust submodule to 'prepare 1.80 (#3288)' 2022-05-05 12:26:33 +02:00
B. Petersen f0f9c99873 update translations 2022-05-04 21:21:52 +02:00
Asiel Díaz Benítez dfa78f7340 Merge pull request #2290 from deltachat/adb/issue-2288
set translations before starting I/O
2022-05-04 13:48:48 -04:00
adbenitez e42012c483 set translations before starting I/O 2022-05-04 13:46:42 -04:00
cyBerta 1d159ffb2c Merge pull request #2291 from deltachat/update_ios_strings
add missing iOS translations
2022-05-04 18:43:24 +02:00
cyBerta 8bd3005c04 Update res/values/strings.xml
Co-authored-by: bjoern <r10s@b44t.com>
2022-05-04 18:42:03 +02:00
cyBerta 4b0bbf6a2b Update res/values/strings.xml
Co-authored-by: bjoern <r10s@b44t.com>
2022-05-04 18:41:46 +02:00
cyBerta 17b822120d Update res/values/strings.xml
Co-authored-by: bjoern <r10s@b44t.com>
2022-05-04 18:41:25 +02:00
cyberta bb9c14a691 add missing iOS translations 2022-05-04 16:50:49 +02:00
B. Petersen 58f5080fa4 update local help 2022-05-03 20:09:16 +02:00
B. Petersen 9b7915498b update device messages, thanks a lot to all translators <3 2022-05-03 20:05:52 +02:00
Asiel Díaz Benítez 42d637de2a Merge pull request #2289 from adbenitez/adb/issue-2279
webxdc: allow internal pages and open some known schemes externally
2022-05-03 08:12:50 -04:00
adbenitez e24a72de61 set baseURL 2022-05-03 07:21:49 -04:00
B. Petersen 820018d270 update release-checklist to changed Android Studio menu entries 2022-05-03 13:02:36 +02:00
adbenitez 144a2df3c9 remove comment 2022-05-03 06:54:52 -04:00