Android / pre-check (push) Failing after 7s
Android / android (push) Skipped
CIFuzz / pre-check (push) Failing after 3s
CIFuzz / fuzzing (address) (push) Skipped
CIFuzz / fuzzing (undefined) (push) Skipped
CodeQL / pre-check (push) Failing after 4s
CodeQL / analyze (python) (push) Skipped
CodeQL / analyze (ruby) (push) Skipped
CodeQL / analyze-cpp (push) Skipped
FreeBSD / pre-check (push) Failing after 3s
FreeBSD / freebsd (14.4) (push) Skipped
FreeBSD / freebsd (15.0) (push) Skipped
Linux / pre-check (push) Failing after 4s
Linux / latest (apidoc) (push) Skipped
Linux / latest (clang, no, all) (push) Skipped
Linux / latest (clang, no, default) (push) Skipped
macOS / pre-check (push) Failing after 4s
Linux / latest (clang, no, printf-builtin) (push) Skipped
Linux / latest (clang, no-dbg) (push) Skipped
Linux / latest (clang, no-testable-ke) (push) Skipped
Linux / latest (clang, yes, all) (push) Skipped
Linux / latest (clang, yes, default) (push) Skipped
Linux / latest (clang, yes, fuzzing) (push) Skipped
Linux / latest (coverage) (push) Skipped
Linux / latest (dist) (push) Skipped
Linux / latest (gcc, no, all) (push) Skipped
Linux / latest (gcc, no, default) (push) Skipped
Linux / latest (gcc, no, printf-builtin) (push) Skipped
Linux / latest (gcc, yes, all) (push) Skipped
Linux / latest (gcc, yes, default) (push) Skipped
Linux / latest (nm) (push) Skipped
Linux / latest (no-dbg) (push) Skipped
Linux / latest (no-testable-ke) (push) Skipped
Linux / latest (yes, ld) (push) Skipped
macOS / macos (macos-14) (push) Skipped
Linux / crypto (ubuntu-22.04, openssl-sys) (push) Skipped
macOS / macos (macos-latest) (push) Skipped
Linux / crypto (ubuntu-latest, botan) (push) Skipped
Linux / crypto (ubuntu-latest, openssl-3) (push) Skipped
Linux / crypto (ubuntu-latest, openssl-4) (push) Skipped
Linux / crypto (ubuntu-latest, openssl-awslc) (push) Skipped
Linux / crypto (ubuntu-latest, openssl-sys) (push) Skipped
Linux / crypto (ubuntu-latest, wolfssl) (push) Skipped
Linux / older (clang, ubuntu-22.04, all) (push) Skipped
Linux / older (gcc, ubuntu-22.04, all) (push) Skipped
Linux / older (gcc, ubuntu-22.04, nm) (push) Skipped
Linux / alpine (push) Skipped
SonarCloud / pre-check (push) Failing after 4s
SonarCloud / sonarcloud (push) Skipped
TKM / pre-check (push) Failing after 4s
TKM / tkm (push) Skipped
Windows / pre-check (push) Failing after 3s
Windows / cross-compile (win32) (push) Skipped
Windows / cross-compile (win64) (push) Skipped
Windows / native (i686, mingw32, win32) (push) Skipped
Windows / native (x86_64, mingw64, win64) (push) Skipped
- Added new entries to .gitignore to exclude Android build artifacts and keystore files. - Updated build.gradle files to include Kotlin Gradle plugin dependencies. - Enhanced gradle.properties with JVM arguments for better performance. - Modified AndroidManifest.xml to include additional permissions for network and location access. - Refactored package names in several classes to use a new namespace. - Removed deprecated LogActivity, SelectedApplicationsActivity, SettingsActivity, and TrustedCertificatesActivity. - Introduced a new scheduling mechanism in the Scheduler class to handle exact alarms on Android 13+. - Updated MainActivity to integrate new UI components. These changes improve the overall structure and functionality of the Android application.
68 lines
731 B
Plaintext
68 lines
731 B
Plaintext
/Android.common.mk
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache
|
|
compile
|
|
config.guess
|
|
config.sub
|
|
configure
|
|
config.h.in
|
|
config.h
|
|
stamp-h1
|
|
depcomp
|
|
install-sh
|
|
ltmain.sh
|
|
missing
|
|
ylwrap
|
|
.libs
|
|
.deps
|
|
config.log
|
|
config.status
|
|
libtool
|
|
.dirstamp
|
|
*.l[ao]
|
|
*.[ao]
|
|
*.exe
|
|
y.tab.[ch]
|
|
lex.yy.c
|
|
*keywords.c
|
|
!proposal_keywords.c
|
|
plugin_constructors.c
|
|
Doxyfile
|
|
apidoc/
|
|
fuzzing-corpora/
|
|
*~
|
|
*.orig
|
|
*.patch
|
|
*.diff
|
|
*.tar.bz2*
|
|
*.tar.gz*
|
|
.DS_Store
|
|
._.DS_Store
|
|
coverage/
|
|
*.gcno
|
|
*.gcda
|
|
*.gcov
|
|
.cproject
|
|
.project
|
|
.metadata/
|
|
.settings/
|
|
/*.config
|
|
/*.creator
|
|
/*.creator.*
|
|
/*.files
|
|
/*.includes
|
|
test-driver
|
|
nbproject/
|
|
*.[si]
|
|
*.apk
|
|
*.aab
|
|
*.apks
|
|
*.idsig
|
|
*.jks
|
|
*.keystore
|
|
src/frontends/android/app/src/main/jni/openssl/
|
|
src/frontends/android/local.properties
|
|
*.hprof
|