Commit Graph

37 Commits

Author SHA1 Message Date
Nicolas Pomepuy
7f5aadd2f2 Upgrade to Android plugin version 7.1.0 2022-02-04 09:53:29 +01:00
Robert Stone
9f54ba2ed2 Driving mode suggestions 'for you' filter non-audio applications 2021-12-13 07:15:14 +00:00
Nicolas Pomepuy
de8e719558 Add locales to fastlane and improve the tests 2021-09-15 10:27:22 +02:00
Nicolas Pomepuy
309861d7a5 Migrate to gradle 7.0.2 2021-09-15 08:09:49 +02:00
Nicolas Pomepuy
2c2b7ab563 Get rid of the old fast seek setting 2021-09-01 11:40:46 +00:00
Nicolas Pomepuy
164d8db595 Fix fastlane crash with a new needed permission 2021-08-09 10:17:25 +02:00
Nicolas Pomepuy
16338a9aaf Fix the UI tests 2021-08-09 09:19:39 +02:00
Nicolas Pomepuy
a06f269456 Update Falcon dependencies 2021-08-03 15:40:01 +02:00
Nicolas Pomepuy
fb33ec3fb2 Add a migration to invalidate the video thumbs on upgrade
Fixes #2024
2021-06-10 12:29:47 +02:00
Robert Stone
54b54492ab Add artwork content provider 2021-05-11 06:23:07 +00:00
Nicolas Pomepuy
9f1392d75a Revert "Fix crashes when loading factories"
This reverts commit 5529d1ae01.
2020-10-26 14:04:59 +01:00
Geoffrey Métais
583944ffa4 Remove thread from app initialization
This was a workaround for a bug in kotlinx.coroutines causing I/O ops in
Dispatchers setup.
We can now call `AppScope.launch` directly.

`AppContextProvider.setLocale` takes less than 1ms (on emulator) so it
has been moved in main thread.
2020-10-26 11:43:56 +01:00
Nicolas Pomepuy
5529d1ae01 Fix crashes when loading factories 2020-10-16 08:07:00 +02:00
Nicolas Pomepuy
ab41d9367d Fastlane integration 2020-09-30 14:04:30 +02:00
Nicolas Pomepuy
568788e6c8 Add a flag and update kt version to get more info on the JobCancellationException crash 2020-09-30 07:21:27 +02:00
Nicolas Pomepuy
bc1b17beed Ship lua files in libvlc artifact 2020-09-08 06:53:37 +02:00
Nicolas Pomepuy
3f5c1a04bf Copy lua in from the modules directory 2020-09-03 09:15:13 +02:00
Nicolas Pomepuy
e0c3f9657a Prevent PlaybackService to display a notification if service was not launched in foreground
Fixes #1377
2020-08-13 13:01:26 +02:00
Nicolas Pomepuy
165848bc2e Sanitize apk name 2020-07-02 11:51:43 +02:00
Geoffrey Métais
b8b000df75 Set LibVLC instance in a proper singleton 2020-05-15 11:20:00 +02:00
Nicolas Pomepuy
98f3f90b7a Force activity and service packages to avoid manifest merger issues 2020-05-07 11:32:25 +02:00
Geoffrey Métais
cd93c94cbf Move R8 rules to app module 2020-05-04 16:29:52 +02:00
Nicolas Pomepuy
09f888edf0 Fix manifest merger error in release builds 2020-04-30 13:29:22 +02:00
Geoffrey Métais
736f461fd6 Revert "Do not extract native libraries"
This reverts commit e8e896172f.
2020-04-28 14:38:19 +02:00
Geoffrey Métais
b35abcf18c Fix app not installable on SD anymore 2020-04-28 14:38:19 +02:00
Geoffrey Métais
25c76603c9 Fix lua copy and add hrtfs 2020-04-16 14:21:03 +02:00
Geoffrey Métais
16c95e3915 Setup resolvers/indexers for TV only 2020-03-17 10:20:36 +01:00
Geoffrey Métais
33e86fc55d Audio bitmap: code cleaning
- remove unused code
- Rely on BitmapCache way more often
2020-03-16 07:15:40 +01:00
Alexandre Janniaux
e8e896172f Do not extract native libraries
Reduce installation size on Android 6+
2020-03-04 15:13:04 +01:00
Geoffrey Métais
6ff91d2997 Setup delegates for indexing and content resolving 2020-03-02 17:46:56 +01:00
Geoffrey Métais
3ad39c971f Content indexing: trigger by message bus
This remove the use of AppContextProvider
2020-03-02 13:16:45 +01:00
Nicolas Pomepuy
5e350c7786 Moviepedia cleanup and refactor 2020-03-02 11:41:09 +01:00
Geoffrey Métais
38f9e7949e Fix test build 2020-02-04 15:36:18 +01:00
Geoffrey Métais
4a4e181a21 Move VLCInstance & VLCOptions to resources module 2020-01-28 15:50:38 +01:00
Geoffrey Métais
f74e838dda Fix release build 2020-01-27 16:01:06 +01:00
Geoffrey Métais
22d99a96d5 Fix apk name on CLI builds 2020-01-27 16:01:05 +01:00
Geoffrey Métais
56f60536f4 Move app modules in 'application' folder 2020-01-24 11:38:59 +01:00