Commit Graph

17 Commits

Author SHA1 Message Date
Nicolas Pomepuy
6a9526a133 Migrate BuildConfig to gradle files 2024-03-08 10:27:25 +01:00
Nicolas Pomepuy
bde92765a7 Bump gradle/AGP version to 8 2023-07-07 05:43:12 +00:00
Nicolas Pomepuy
8c879bc876 Update the maven plugin version to 0.22.0 2022-11-18 11:22:36 +01:00
Clement Osumo
3d60cc54cc Match media and display frame rate
Added functionality for Automatic Frame Rate switching for displays (i.e HDMI).
When a video starts playing, VLC will determine the best frame rate to apply
 on playback, in consideration of the media and frame rates supported by the display.
For example, 24p videos will play at 24p if supported by the display
2022-08-03 15:08:57 +00:00
Nicolas Pomepuy
2cd00b6c81 Publish to maven central 2021-04-13 06:49:51 +00:00
Nicolas Pomepuy
ab41d9367d Fastlane integration 2020-09-30 14:04:30 +02:00
Geoffrey Métais
3448fa8f8c Disable Jetifier
We do not have any AppCompat dependency anymore, disabling it is safe
and should reduce build time.
2020-08-17 17:58:46 +02:00
Geoffrey Métais
be6049b97e Gradle: Activate parallel build 2020-01-27 06:47:43 +01:00
Geoffrey Métais
221e235eb1 Gradle: Increase heapSize, 2G are not enough 2019-09-24 18:00:05 +02:00
Geoffrey Métais
f48308ee0e Enable R8 & multidex debug builds only 2019-06-26 10:01:17 +02:00
Geoffrey Métais
23d4cd0d1d Databinding: activate incremental processing 2019-05-09 16:33:02 +02:00
Geoffrey Métais
2a8d11bdf6 Upgrade Kotlin to v1.3.30 2019-04-12 10:29:41 +02:00
Geoffrey Métais
68024bad1a Revert experimental gradle property 2019-02-20 09:32:58 +01:00
Geoffrey Métais
49a5ed0142 Audio: Always update FAB visibility 2019-02-19 17:41:52 +01:00
Geoffrey Métais
21a36ae40f Disable R8 2019-01-23 15:29:56 +01:00
Geoffrey Métais
bb48308201 Enable R8
Might improve performances
2019-01-15 15:31:23 +01:00
Geoffrey Métais
8293c3d0d9 Provide gradle.properties file
Needed to build because of AndroidX activation:

android.enableJetifier=true
android.useAndroidX=true

are required for now
2018-12-13 17:31:00 +01:00