- May 07, 2020
-
-
Hugo Beauzée-Luyssen authored
This is a relicate from the old cache, where we needed to flush it entirely to ensure the value was propagated in DB. Since there is no cache anymore, this is no longer required.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
setType will spawn a refresh task if the media type was 'Unknown'. Since we are already refreshing the media, we can just stick with the buffered version and save all changes to the media at once, during the transaction
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- May 06, 2020
-
-
Hugo Beauzée-Luyssen authored
Which is meant to replace the old onDeviceMounted return value. refs vlc-android#1327
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs vlc-android#1327
-
-
refs #244
-
-
m_services is storing ParserWorker instances, so rename it accordingly
-
Hugo Beauzée-Luyssen authored
-
- May 05, 2020
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
We can't have an external main file without it being assigned to an external media
-
Hugo Beauzée-Luyssen authored
Otherwise we try to continue with a task that has been deleted from the database while the code assumes to have a valid task
-
Hugo Beauzée-Luyssen authored
refs vlc-android#1327
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- May 04, 2020
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Apr 22, 2020
-
-
Fix #237
-
when creating groups by media id
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Which will be used by the missing index schema checks
-
Hugo Beauzée-Luyssen authored
We now require all migrations to create all individual tables, triggers or indexes. This mean the createTables/createTriggers/createIndex functions always create all tables/triggers/indexes at the current version, which in turn means there's no use for the additional parameter, nor do we need to create old schemes.
-
- Apr 15, 2020
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Apr 09, 2020
-
-
Hugo Beauzée-Luyssen authored
This reverts 1cfef937 Fix #234
-
Hugo Beauzée-Luyssen authored
refs #234
-
- Apr 03, 2020
-
-
Steve Lhomme authored
Fixes the build with mingw64 in winrt mode.
-
- Mar 26, 2020
-
-
Hugo Beauzée-Luyssen authored
-
- Mar 25, 2020
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
So that 3rd parties device listers also get them
-
Hugo Beauzée-Luyssen authored
And restore them when they reappear, once the appropriate device lister are started
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-