- 11 May, 2020 7 commits
-
-
Hugo Beauzée-Luyssen authored
Which will keep track of all media in this group, regardless of their presence. Refs #251
-
Hugo Beauzée-Luyssen authored
Fix #244
-
Hugo Beauzée-Luyssen authored
To avoid a situation in which after updating a media type, the decrement trigger would run, then the empty group deletion trigger would kick in, causing the increment trigger to fail. Fix #247
-
Hugo Beauzée-Luyssen authored
Actually check the triggers intead of the same copy pasted one
-
Hugo Beauzée-Luyssen authored
Due to a bug in the 22->23 migration, if any show were present, it was impossible to add a new one because the FTS table wasn't empty, causing constraint violation on insertion. Fix #242
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 07 May, 2020 6 commits
-
-
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
-
- 06 May, 2020 8 commits
-
-
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
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #244
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
m_services is storing ParserWorker instances, so rename it accordingly
-
Hugo Beauzée-Luyssen authored
-
- 05 May, 2020 6 commits
-
-
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
-
- 04 May, 2020 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 22 Apr, 2020 6 commits
-
-
Hugo Beauzée-Luyssen authored
Fix #237
-
Hugo Beauzée-Luyssen authored
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.
-
- 15 Apr, 2020 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 09 Apr, 2020 2 commits
-
-
Hugo Beauzée-Luyssen authored
This reverts 1cfef937 Fix #234
-
Hugo Beauzée-Luyssen authored
refs #234
-