index
:
bitmask_android.git
0.9.8
develop
master
mirror_0xacab_master
[bitmask_android]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Collapse
)
Author
2022-02-04
build and enable snowflake feature
cyBerta
2021-12-01
add options to flag -apk in build script, so that only those apks are ↵
cyBerta
created that are really needed
2021-11-28
skip compiling tor
cyBerta
2021-11-28
revert commenting out sub-scripts
cyBerta
2021-11-28
ensure that both apk and aab is build if neither -apk nor -aab is set
cyBerta
2021-11-28
adapt help
cyBerta
2021-11-28
fix -c flag parsing
cyBerta
2021-11-28
build aabs, introduce new mutual exclusive flags to either build and sign ↵
cyBerta
apks or aab, don't them if you want to build apk and aab at the same time
2021-11-28
use snake_case instead of camelCase for functions in bash
cyBerta
2021-11-28
sign bundles from command line
cyBerta
2021-11-27
saving some lines of code by compressing if statements a little bit
cyBerta
2021-11-26
always stop gradle deamon after calling gradlew in a submodule
cyBerta
2021-08-04
adapt debug output
cyberta
2021-08-03
add some more debug output
cyberta
2021-08-03
fix ANDROID_NDK_HOME if ndk was manually downloaded
cyberta
2021-07-21
try to set ANDROID_NDK_HOME to expected NDK version
cyBerta
2021-07-21
check ndk version earlier, do first the tor binary build job
cyBerta
2021-07-21
reset all submodules in cleanProject
cyBerta
2021-07-21
remove golang directory when cleaning project
cyBerta
2021-07-21
quit build process if tor cannot be build
cyBerta
2021-07-21
build tor binaries from source
cyBerta
2021-07-21
use bitmaskcore libs in android project
cyBerta
2021-07-21
build bitmaskcore in build_deps.sh
cyBerta
2021-03-26
clean up
cyBerta
2021-03-26
remove wrong flag from help output about signing
cyBerta
2021-03-26
remove trailing semicolons where not necessary
cyBerta
2021-03-26
parametrize verbose build logging
cyBerta
2021-03-25
fix prepareForDistribution script after update gradle plugin
cyBerta
2021-02-01
make sure ./prepareForDistribution.sh can be called from project root folder ↵
cyBerta
and the scripts folder
2021-01-31
fix gpg signing for -u flag
cyBerta
2021-01-31
fix resetting colors
cyBerta
2021-01-31
move more scripts to scripts folder, adapt gitlab ci and ↵
cyBerta
prepare_for_distribution script
2021-01-31
create scripts to start several emulators for automatted testing
cyBerta