Commit Graph

21 Commits

Author SHA1 Message Date
Nicolas Pomepuy
5f06ff6bc9 Move the webserver in its own module 2023-12-01 11:14:28 +01:00
Nicolas Pomepuy
c858cd1bad Completely remove the obsolete extensions 2022-10-11 13:32:27 +02:00
Martin Finkel
6f4013294b build: depend on libvlcjni 2022-06-08 13:56:55 +07:00
Nicolas Pomepuy
5eb9d5b959 Sponsorship integration 2020-07-31 09:25:04 +02:00
Nicolas Pomepuy
f430a72f07 Rename api module and update readme file 2020-03-27 13:55:01 +01:00
Geoffrey Métais
56f60536f4 Move app modules in 'application' folder 2020-01-24 11:38:59 +01:00
Geoffrey Métais
30c19aac61 TV Module 2020-01-17 11:08:47 +01:00
Geoffrey Métais
675b280b80 App module
Make a new module for the android App

vlc-android becomes a library module
2020-01-15 14:53:38 +01:00
Nicolas Pomepuy
080da58907 New module for video stats 2020-01-14 09:50:18 +01:00
Nicolas Pomepuy
8ee47a0ef5 Move the media DB to a new module 2020-01-14 07:04:11 +01:00
Geoffrey Métais
7a2f574556 WIP: Moviepedia module 2019-12-27 12:16:22 +01:00
Geoffrey Métais
20e7005014 Create a resources module 2019-12-27 12:16:22 +01:00
Geoffrey Métais
3803d069e4 Remove axml-rpc from config 2018-11-12 16:39:38 +00:00
Geoffrey Métais
8e153e538a Tools module for common utility classes 2018-04-26 13:25:02 +02:00
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
2016-11-03 10:40:55 +01:00
Geoffrey Métais
3954f3d613 aXML-RPC integration 2016-04-15 10:44:40 +02:00
Geoffrey Métais
15922bf951 Base extensions API for Android 2015-12-21 17:19:00 +01:00
Geoffrey Métais
824a4b8463 Remove wheelview library 2015-04-10 18:00:46 +02:00
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
2014-11-20 16:30:11 +01:00
Geoffrey Métais
110a2ac943 Move libvlc to a separate folder 2014-11-14 11:38:40 +01:00
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.
2014-11-14 11:34:18 +01:00