adbenitez
dff1ef3778
update CI
2024-11-29 16:49:15 +01:00
adbenitez
ccdad0469d
Merge remote-tracking branch 'upstream/main'
2024-11-13 01:45:40 +01:00
link2xt
350cd0539c
build: update NDK to r27
...
If we are dropping Android 4 support anyway,
can as well upgrade to the current LTS NDK
which requires API level 21 (Android 5.0).
2024-11-11 16:22:55 +00:00
adbenitez
a252eec698
add "Get in on F-Droid" badge
2024-08-31 01:24:09 +02:00
adbenitez
6cb1c0fad4
update release.yml
2024-08-30 15:58:55 +02:00
adbenitez
cda7bcb247
use same app id for FOSS flavor
2024-08-27 10:56:08 +02:00
adbenitez
24e8fc7d25
update .github/workflows/release.yml
2024-08-27 00:01:40 +02:00
adbenitez
6427e62ed9
prepare for f-droid submission
2024-08-26 15:41:22 +02:00
adbenitez
363b2bb26a
rename app
2024-08-25 21:58:43 +02:00
adbenitez
db63864a8c
update release.yml
2024-08-24 19:42:08 +02:00
adbenitez
9374d1adf3
release FOSS for IzzyOnDroid
2024-08-24 18:18:00 +02:00
adbenitez
5ad6fe466e
add blank issue template
2024-06-13 19:27:54 +02:00
adbenitez
8c0e391350
fix issue templates
2024-06-13 19:24:25 +02:00
Asiel Díaz Benítez
90ed5a84da
upgrade some dependencies ( #2838 )
...
* upgrade some deps
* update .github/workflows/preview-apk.yml
2024-01-15 15:05:13 -05:00
adbenitez
30ca11cd36
Merge remote-tracking branch 'upstream/main'
2023-12-09 23:25:56 -05:00
B. Petersen
edc7285b94
removed old .github/CONTRIBUTING
...
the new ./CONTRIBUTING.md is more visible and more standard.
moreover, also on github, according to
https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
the one from the root will be taken,
eg. on https://github.com/deltachat/deltachat-android/contribute
2023-12-01 14:26:28 +01:00
adbenitez
e8455c7c1c
update workflows
2023-11-17 17:29:27 +01:00
adbenitez
68ac3bcc8f
update release.yml
2023-10-12 23:33:18 +02:00
adbenitez
9262c1b0cc
Merge remote-tracking branch 'upstream/main'
2023-10-06 22:22:13 +02:00
holger krekel
3d48669b1a
according to https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository this should work
2023-10-06 18:34:28 +02:00
adbenitez
5ffee1525d
fix CI
2023-04-06 08:57:06 -04:00
adbenitez
b296f2251c
update CI
2023-01-18 07:19:34 -05:00
adbenitez
b938a9fc83
update CI
2023-01-18 07:14:57 -05:00
adbenitez
b737c05da2
update CI
2023-01-18 06:39:42 -05:00
adbenitez
19a2180b2b
Merge remote-tracking branch 'upstream/master'
2023-01-04 13:36:03 -05:00
link2xt
78aada7027
Explicitly set RUSTUP_TOOLCHAIN to 1.64.0
...
Core is supposed to support all Rust versions above
MSRV, there is no need to use the same toolchain for
the core across all platforms.
2022-12-30 16:32:52 +00:00
adbenitez
d868aa913b
Merge remote-tracking branch 'upstream/master'
2022-08-19 23:57:46 -04:00
link2xt
2c49febc92
Move ndk-make.sh to scripts/
...
Keep symlink for backwards compatibility.
2022-08-14 17:46:03 +00:00
link2xt
6ac1984f7c
ndk-make.sh: use full path to ndk-build
...
Remove the requirement to have ndk-build in the PATH.
2022-08-14 17:46:03 +00:00
adbenitez
c800681ade
Merge remote-tracking branch 'upstream/master'
2022-08-01 23:15:10 -04:00
link2xt
7b11306793
Add Gradle Wrapper validation to CI
2022-07-31 02:18:29 +00:00
adbenitez
e53e2ce4b9
Merge remote-tracking branch 'upstream/master'
2022-05-29 14:06:04 -04: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
adbenitez
628b004987
add fastline validation to CI
2022-05-09 03:46:29 -04:00
adbenitez
6d8b292320
improve release process, generate split apks for each arch
2021-12-16 17:20:15 -05:00
adbenitez
16f912875f
add comment with link to apk preview when the app is built
2021-11-13 01:07:22 -05:00
adbenitez
c10216b037
tweak workflows
2021-11-13 01:03:18 -05:00
adbenitez
06bfce75ea
tweak workflows
2021-11-13 00:16:57 -05:00
adbenitez
5c1e55e61b
update CI
2021-11-12 22:25:24 -05:00
adbenitez
ecd4157b48
update CI
2021-11-12 22:20:41 -05:00
adbenitez
2ebfeebdbd
CI: fix apk previews
2021-11-12 16:06:10 -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
34ba56cb29
Merge remote-tracking branch 'upstream/master'
2021-04-18 22:53:07 -04:00
adbenitez
d1bf753d2b
apply r10s suggestion
2021-04-18 11:32:25 -04:00
adbenitez
c13facd06d
make repo's local issue template work
2021-04-17 16:53:46 -04:00
adbenitez
7d4c08449a
move template to ISSUE_TEMPLATE folder
2021-04-17 14:29:24 -04:00
adbenitez
4bdda5fab2
add template metadata
2021-04-17 14:26:17 -04:00
adbenitez
caf88748e3
fix bug in release.yml
2021-04-10 00:09:48 -04:00
adbenitez
2d98dcb15b
fix release.yml again
2021-04-10 00:05:06 -04:00