Nicolas Pomepuy
5e8440c64b
Bump the android plugin to 8.13.2
3 months ago
Nicolas Pomepuy
fe49a267ee
Bump the android plugin to 8.13.1
4 months ago
Nicolas Pomepuy
6f48667a4d
Bump the Android gradle plugin to 8.13.0
5 months ago
Nicolas Pomepuy
7bdbc4ee57
Bump the android gradle plugin
7 months ago
Nicolas Pomepuy
4ee03d273e
Target Android 36
8 months ago
Nicolas Pomepuy
eb717a5e84
Target android 35
2 years ago
Steve Lhomme
df70dd7070
gradle: set the minSdk once globally
We keep the value in rootProject.ext as it's currenly used by libvlcjni.
9 months ago
Steve Lhomme
98ac3b0d29
gradle: set the buildToolsVersion globally
We don't need to separate between VLC 3 and VLC 4 as they use the same code except for VlcMigrationHelper.
9 months ago
Steve Lhomme
3d1cbce81b
set the targetSdk/compileSdk globally
We know it's applied globally as the Android Gradle Plugin we use
defaults to compileSdk 35 which our code doesn't compile with.
9 months ago
Nicolas Pomepuy
f0ee7f30a5
Create the new remote access client module and setup maven and CI
Fixes #3131
1 year ago
Nicolas Pomepuy
dde3b8d84e
Rename the webserver module to remote-access-server
1 year ago
Nicolas Pomepuy
5f06ff6bc9
Move the webserver in its own module
3 years ago
Nicolas Pomepuy
c858cd1bad
Completely remove the obsolete extensions
4 years ago
Martin Finkel
6f4013294b
build: depend on libvlcjni
4 years ago
Nicolas Pomepuy
5eb9d5b959
Sponsorship integration
6 years ago
Nicolas Pomepuy
f430a72f07
Rename api module and update readme file
6 years ago
Geoffrey Métais
56f60536f4
Move app modules in 'application' folder
6 years ago
Geoffrey Métais
30c19aac61
TV Module
6 years ago
Geoffrey Métais
675b280b80
App module
Make a new module for the android App
vlc-android becomes a library module
6 years ago
Nicolas Pomepuy
080da58907
New module for video stats
6 years ago
Nicolas Pomepuy
8ee47a0ef5
Move the media DB to a new module
6 years ago
Geoffrey Métais
7a2f574556
WIP: Moviepedia module
6 years ago
Geoffrey Métais
20e7005014
Create a resources module
6 years ago
Geoffrey Métais
3803d069e4
Remove axml-rpc from config
7 years ago
Geoffrey Métais
8e153e538a
Tools module for common utility classes
8 years ago
Geoffrey Métais
94e1b3ef98
Medialibrary integration
Written with Bastion Penavayre and Thomas Guillem for making medialibrary build on Android
medialibrary: use clang
MediaWrapper class is now integrated into medialibrary module
10 years ago
Geoffrey Métais
3954f3d613
aXML-RPC integration
10 years ago
Geoffrey Métais
15922bf951
Base extensions API for Android
11 years ago
Geoffrey Métais
824a4b8463
Remove wheelview library
11 years ago
Geoffrey Métais
ff0dbdd456
gradle upgrade + global vars
- Global variables for compileSdkVersion and buildToolsVersion, set only once now.
- upgrade to gradle 0.14.2 wich is currently recommended
- Better Wheelview project declaration
- switch from runProguard to minifyEnabled, runProguard will soon be obsolete
- Ignore translations errors with lint
12 years ago
Geoffrey Métais
110a2ac943
Move libvlc to a separate folder
12 years ago
Geoffrey Métais
396991196c
gradle build system
Working from cli or from Android Studio
'./gradlew tasks' to see all options
'./graldew installDebug' to build and install a debug version of VLC
compile.sh is still working, you can still build apks with it.
12 years ago