summaryrefslogtreecommitdiff
path: root/src/android
AgeCommit message (Collapse)Author
2021-01-01copyright year 2021Max Kellermann
2020-04-02Merge tag 'v0.21.22'Max Kellermann
release v0.21.22
2020-03-25android: Context: add GetAudioManagerThomas Guillem
2020-03-25android: add AudioManagerThomas Guillem
2020-03-25android/Context: add `noexcept`Max Kellermann
2020-03-25java/Object: rename class Object to GlobalObjectMax Kellermann
2020-03-19android/Environment: remove another extra semicolonMax Kellermann
2020-03-19android/Environment: remove extra semicolonMax Kellermann
2020-03-12replace stdarg.h with cstdargRosen Penev
The former was deprecated in C++14. The Standard says they are the same: The contents of the header<cstdarg>are the same as the C standard library header<stdarg.h>, with the following changes: The restrictions that ISO C places on the second parameter to the va_start macro in header<stdarg.h> are different in this International Standard. The parameter parmN is the rightmost parameter in the variable parameter list of the function definition (the one just before the...).219If the parameter parmN is a pack expansion (17.5.3) or an entity resulting from a lambda capture (8.1.5), the program is ill-formed, no diagnostic required. If the parameter parmN is of a reference type, or of a type that is not compatible with the type that results when passing an argument for which there is no parameter, the behavior is undefined. Also changed va_list to the std:: namespace version, which is the same. Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-04-24android/Environment: add `noexcept`Max Kellermann
2019-04-24android/LogListener: add `noexcept`Max Kellermann
2019-04-24android/Context: add `noexcept`Max Kellermann
2019-04-24android/Context: use DiscardException()Max Kellermann
2019-04-24java/Object: rename class Object to GlobalObjectMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
Since we switched from autotools to Meson in commit 94592c14062d5afc9482d11baa401648082022c0, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints.
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-20Merge branch 'v0.20.x'Max Kellermann
2018-08-19android: add LogListenerThomas Guillem
A Java object to send logs on the android side.
2018-01-17fs/AllocatedPath: make the nullptr_t constructor publicMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-03-01db/Configured: store database file in cache directoryMax Kellermann
Add class Context which wraps the Android/Java Context class and add a JNI wrapper for method Context.getCacheDir().
2014-03-01java/File: add method ToAbsolutePath() returning AllocatedPathMax Kellermann
2014-03-01android/Environment: fix copyright headerMax Kellermann
Stole my own code from another project :-)
2014-03-01Android: obtain music directory from ↵Max Kellermann
Environment.getExternalStoragePublicDirectory()