Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-09 | increment version number to 0.21.14 | Max Kellermann | |
2019-08-05 | increment version number to 0.21.13 | Max Kellermann | |
2019-07-12 | increment version number to 0.21.12 | Max Kellermann | |
2019-06-11 | increment version number to 0.21.11 | Max Kellermann | |
2019-05-31 | increment version number to 0.21.10 | Max Kellermann | |
2019-05-04 | android/AndroidManifest.xml: increment versionCode after hotfix upload | Max Kellermann | |
2019-05-04 | android/Settings: request READ_EXTERNAL_STORAGE permission | Max Kellermann | |
Using this API function requires SDK level 23. | |||
2019-05-03 | android/build.py: link ARMv7 binary with libunwind | Max Kellermann | |
Fixes nullptr dereference when an exception gets thrown because there is no ".eh_frame" section for unwinding. Closes https://github.com/MusicPlayerDaemon/MPD/issues/543 | |||
2019-05-03 | increment version number to 0.21.9 | Max Kellermann | |
2019-04-03 | increment version number to 0.21.8 | Max Kellermann | |
2019-04-03 | android/AndroidManifest.xml: update version number | Max Kellermann | |
2019-02-22 | increment version number to 0.21.6 | Max Kellermann | |
2019-01-04 | increment version number to 0.21.5 | Max Kellermann | |
2019-01-04 | android/AndroidManifest.xml: increment version number to 0.21.4 | Max Kellermann | |
2018-11-12 | increment version number to 0.21.3 | Max Kellermann | |
2018-11-04 | increment version number to 0.21.2 | Max Kellermann | |
2018-11-02 | remove some autotools remains | Max Kellermann | |
Closes #396 | |||
2018-10-31 | android/AndroidManifest.xml: increment version to 0.21 | Max Kellermann | |
2018-10-31 | android/apk/make-unsigned-apk.sh: pass -X to zip to avoid storing uids | Max Kellermann | |
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2018-10-29 | Merge tag 'v0.20.23' | Max Kellermann | |
release v0.20.23 | |||
2018-10-29 | release v0.20.23v0.20.23 | Max Kellermann | |
2018-10-23 | Merge tag 'v0.20.22' | Max Kellermann | |
release v0.20.22 | |||
2018-10-23 | android/build.py: improved libc++ linker flags (for NDK r18) | Max Kellermann | |
The flag `-stdlib=libc++` doesn't appear to work because it attempts to load `libc++` and not `libc++_static`, and it omits `libc++abi`. | |||
2018-10-14 | build with Meson instead of autotools | Max Kellermann | |
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords! | |||
2018-08-20 | android/Main: remove SDK_INT diversion | Max Kellermann | |
MPD has minSdkVersion=21 which is above all the checks here. | |||
2018-08-20 | android: use a gray notification icon | Thomas Guillem | |
2018-08-20 | android: improve Settings UI and run mpd on boot | Thomas Guillem | |
add 2 preferences to: - enable Wakelock when MPD is running (prevent suspend) - run MPD on boot and display MPD logs | |||
2018-08-20 | android: fix AndroidManifest.xml warnings | Thomas Guillem | |
- <uses-permission> must be before <application> - specify allowBackup (default) | |||
2018-08-19 | android: Main is now a service | Thomas Guillem | |
- add Settings: Activity to start / stop MPD Service (Main). - Main is a service that run in foreground with a notification. See Service.startForeground documentation for more details. - Main.Client is used to control the service: start or stop it and also receive callbacks when service encounters an error, is killed, is started or is stopped. - Main.start to start the service without any fallback. | |||
2018-08-19 | android: add LogListener | Thomas Guillem | |
A Java object to send logs on the android side. | |||
2018-08-18 | android/AndroidManifest.xml: increase targetSdkVersion to 26 (required by ↵ | Max Kellermann | |
Google Play) | |||
2018-08-17 | increment version number to 0.20.22 | Max Kellermann | |
2018-08-17 | android/build.py: add aarch64 support | Max Kellermann | |
2018-08-17 | android: raise minSdkVersion to 21 | Max Kellermann | |
The number of MPD installs on Android < 5.0 is negligible, and that API version introduces lots of useful features for MPD. | |||
2018-08-17 | android/build.py: add variable "android_api_level" | Max Kellermann | |
2018-08-17 | android/build.py: enable libexpat for the "curl" storage plugin | Max Kellermann | |
2018-05-28 | increment version number to 0.20.21 | Max Kellermann | |
2018-05-22 | android/AndroidManifest.xml: increment version number to 0.20.20 | Max Kellermann | |
2018-05-12 | python/build/libs.py: add libmpdclient | Max Kellermann | |
2018-04-26 | android/AndroidManifest.xml: increment version number to 0.20.19 | Max Kellermann | |
2018-03-04 | android/build.py: support the x86 ABI | Max Kellermann | |
First commit for issue #69 | |||
2018-03-04 | android/build.py: add ABI parameter | Max Kellermann | |
2018-03-04 | android/build.py: convert ndk_arch to local variable | Max Kellermann | |
2018-02-24 | android/build.py: disable libmad | Max Kellermann | |
Let FFmpeg do the MP3 decoding. See commit a4de96508d7d74b66d7c2a22983b682d95b625eb | |||
2018-02-20 | python/build/libs.py: add libnfs | Max Kellermann | |
Enable the NFS storage plugin on Android. Closes #226 | |||
2018-02-17 | increment version number to 0.20.18 | Max Kellermann | |
2018-02-10 | android: require SDK version 14 | Max Kellermann | |
Closes #213. | |||
2018-02-10 | android/build.py: add -mfpu=vfp, explicitly disabling NEON | Max Kellermann | |
Apparently, clang defaults to NEON when ARMv7 is used. Not all ARMv7 CPUs we target have NEON, so we need to disable that. | |||
2018-02-09 | increment version number to 0.20.17 | Max Kellermann | |