Commit Graph

4569 Commits

Author SHA1 Message Date
adbenitez e53e2ce4b9 Merge remote-tracking branch 'upstream/master' 2022-05-29 14:06:04 -04:00
link2xt b1e6b85764 ndk-make.sh: only add fake libgcc.a if the real one is not found 2022-05-28 17:58:19 +00:00
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
adbenitez be3724d915 Merge remote-tracking branch 'upstream/master' 2022-05-26 03:17:37 -04:00
adbenitez ab8d8a3dc9 update description 2022-05-26 03:16:05 -04: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
Asiel Díaz Benítez db6d1f8ba5 Merge pull request #8 from adbenitez/exclude-gms
exclude com.google.android.gms from app
2022-05-18 01:38:36 -04:00
adbenitez b0cda59028 tweak online status dot 2022-05-18 01:35:20 -04:00
adbenitez a0c4ed8534 tweak full_description.txt 2022-05-18 01:03:58 -04:00
adbenitez 09ad084547 tweak intro image 2022-05-18 01:00:43 -04:00
adbenitez 234915053e exclude com.google.android.gms from app 2022-05-18 00:47:50 -04:00
adbenitez 442e67e894 update fastlane/metadata/android/en-US/images/featureGraphic.png 2022-05-18 00:47:24 -04:00
adbenitez f378337f75 improve fastline metadata 2022-05-18 00:38:41 -04:00
adbenitez 0ab1ae9de7 exclude com.google.android.gms from apk binaries 2022-05-17 23:38:13 -04:00
adbenitez b9a5c9ee1a remove empty spaces at the end 2022-05-17 21:46:45 -04:00
adbenitez 03e40491c9 Merge remote-tracking branch 'upstream/master' 2022-05-17 21:12:48 -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
adbenitez 4f1cd37eec Merge remote-tracking branch 'upstream/master' 2022-05-17 00:33:43 -04: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
adbenitez 27588ee5c9 add icon to fastlane metadata 2022-05-09 04:48:51 -04:00
adbenitez afc88f4e04 Merge remote-tracking branch 'upstream/master' 2022-05-09 03:49:52 -04:00
adbenitez 628b004987 add fastline validation to CI 2022-05-09 03:46:29 -04:00
adbenitez a5bdcd4fec add fastlane metadata 2022-05-09 03:38:36 -04: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