Commit Graph

27 Commits

Author SHA1 Message Date
TomIO 593a6a73b7 chore(linter compliance): miscellaneous
[no ci]
2024-04-23 20:25:35 +02:00
Twaik Yont 4ebeeb26ba
chore(main/dx): fixing executing Android 14 2023-10-17 22:54:19 +03:00
Twaik Yont 2a590441a4
chore(main/dx): force disable auto updates [no ci]
This is needed to avoid auto-updater script warnings.
2023-10-05 20:13:22 +03:00
Leonid Pliushch 5ba336c514
dx: don't use https://dl.bintray.com/xeffyr/sources 2021-02-04 18:59:00 +00:00
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch e33db744d9 apksigner, beanshell, dx, ecj: update postinst script
Specify extensions of files which should be removed instead of
using wildcard.
2020-07-26 20:33:19 +03:00
Leonid Pliushch 33a3e4ed91 apksigner, beanshell, dx, ecj: remove OAT cache after installation/upgrade 2020-07-26 14:19:30 +03:00
Leonid Pliushch 7124c4d588 dx: use '-Xcompiler-option --compiler-filter=speed' dalvikvm flag 2020-07-26 03:20:58 +03:00
Leonid Pliushch 6d83f53c71 dx: rebuild package 2020-02-05 13:56:59 +02:00
Leonid Pliushch 10294901d1 dx: remove unneeded script as replaced by heredoc in build.sh 2020-01-18 11:41:44 +02:00
Leonid Pliushch 363d3cd223 dx: fix url 2020-01-18 10:55:28 +02:00
Leonid Pliushch 3bd977c9d6 dx: use version patched to work under Android 9 and higher
Fixes the issue described in https://www.reddit.com/r/termux/comments/ejrasu/java_on_my_s10_refuses_to_work/.

Android 9 and higher no longer provides JCA API - see https://developer.android.com/guide/topics/security/cryptography#crypto_provider.
2020-01-18 10:50:48 +02:00
Fredrik Fornwall 15ac192101 dx: Use TERMUX_PKG_API_LEVEL 2019-09-25 23:01:31 +02:00
Leonid Pliushch 8701462951 add new linter script & fix packages where needed
Linter will check packages submitted for CI build. If error was found,
build will not be allowed.

To ensure that all build.sh scripts are consistent and have at least
minimal allowed quality, linter is permanently enabled for all branches
and pull requests.
2019-08-14 14:27:55 +03:00
Wetitpig 5f07ac4eb9 Change permissions 2019-02-09 21:06:31 +02:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch 6a3865aa08 fix licenses where possible
Some packages have license set to "custom" and this
should be fixed.
2019-01-21 17:17:53 +02:00
Leonid Pliushch 361d8c519f [incomplete] set licenses for packages 2019-01-20 22:41:50 +01:00
Fredrik Fornwall 047754e8fa Update android sdk build tools
Update the android sdk build tools from 27.0.3 to 28.0.1, bringing
in d8 which is replacing dx.

This needs an update of the Docker image, so run scripts/update-docker.sh
to update it.
2018-07-26 12:21:43 +02:00
Fredrik Fornwall 78ea098237 dx: Drop revision 2018-03-25 00:08:36 +01:00
Fredrik Fornwall 5d9fbb92e6 dx: Rewrite classes to not be under com.android
Fixes #1801.
2017-11-17 02:06:11 +01:00
Fredrik Fornwall 9c357bef30 Remove TERMUX_JACK and TERMUX_JILL 2017-08-11 14:21:05 +02:00
Fredrik Fornwall 18fbaa060b Update the android sdk build tools used
The docker image has been rebuilt, so ./scripts/update-docker.sh
should be used.
2017-02-02 01:39:29 +01:00
Fredrik Fornwall 382cfb780c Update SDK build tools to 24.0.1 2016-07-26 07:23:39 -04:00
Fredrik Fornwall 6501186f2b Fix dalvikvm wrapper
- Just unset LD_LIBRARY_PATH in the dalvikvm wrapper.
- Let the dalvikvm wrapper setup $ANDROID_DATA.
- Avoid using a custom dalvikvm wrapper in dx.
2016-05-05 19:55:13 -04:00
Fredrik Fornwall 70a744a484 More /system/bin/sh -> $PREFIX/bin/sh changes 2015-12-02 06:32:11 -05:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00