Geoffrey Métais
4922618e92
Fix copy/paste mistake
10 years ago
Geoffrey Métais
4ae0102f83
get rid of jISO8601 dependency
10 years ago
Geoffrey Métais
3954f3d613
aXML-RPC integration
10 years ago
Geoffrey Métais
824a4b8463
Remove wheelview library
11 years ago
Jean-Baptiste Kempf
cd85ba49aa
Remove .project|.classpath files
11 years ago
Jean-Baptiste Kempf
6591bfab41
Remove ant buildsystem
11 years ago
Thomas Guillem
6ebbef1baa
fix eclipse classpath
12 years ago
Geoffrey Métais
8b3d6c9cd9
Upgrade appcompat for compile.sh builds
11 years ago
Geoffrey Métais
e6fa8f5b57
Upgrade to gradle 1.0.0 and SDK build tools 21.1.1
To sync with Android Studio 1.0 release, we should switch to this version of gradle.
So upgrade your Android Studio set up and Android SDK build tools
11 years ago
Sébastien Toque
fd69ba3972
Use the same target everywhere
12 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
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
Geoffrey Métais
71d021c26b
Remove app name in WheelView library
12 years ago
Geoffrey Métais
37805e5968
Cardview project integration
12 years ago
Geoffrey Métais
062d97a057
Appcompat upgrade, and target SDK 21
12 years ago
Geoffrey Métais
87c7dfce97
Replace SlidingMenu lib by support MenuDrawer
MenuDrawer is the menu framework provided by Google in android support library v4.
This removes a dependency on a 3rd party lib.
A remaining issue is that the menu listview is wiped from main layout when audio player is shown,
I had to re-add it once SlidingPanel is opened as a work-around.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Jean-Baptiste Kempf
79719026cf
Remove ActionBarSherlock folder
12 years ago
Jean-Baptiste Kempf
f9e4ba303d
De-duplicate .gitignores for java-libs
12 years ago
Jean-Baptiste Kempf
7b87e5e2ab
Remove more generated files
12 years ago
Jean-Baptiste Kempf
8fc4397824
Add .gitignore for appcompat
12 years ago
Jean-Baptiste Kempf
f1ec1ca380
Remove the generated files
12 years ago
Adrien Maglo
4c468683ff
java-libs: remove the ActionBarSherlock library
12 years ago
Adrien Maglo
caadf95914
java-libs: update the android-support-v4.jar of the SlidingMenu dependency
12 years ago
Adrien Maglo
a4a1903656
java-libs: add the android-support-v7-appcompat library to the dependencies
12 years ago
Jean-Baptiste Kempf
5521b5a36c
Upgrade to Android 4.4
12 years ago
Adrien Maglo
b31037a40c
libs: update the support library jars
12 years ago
Edward Wang
7a033ae29d
Bump targetSdkVersion to 18
13 years ago
Sébastien Toque
d790ec6e43
update .classpath of java-libs
13 years ago
Sébastien Toque
da9475d27f
update .classpath since SDK 22
13 years ago
Sébastien Toque
c418d47cb5
add WheelView from http://code.google.com/p/android-wheel/
13 years ago
Edward Wang
9f61c1de14
Update the compatibility library to r12
Contains fix for broken user visibility hint handling. Now setUserVisibleHint works properly.
bf7974e46b
http://stackoverflow.com/questions/10024739/how-to-determine-when-fragment-becomes-visible-in-viewpager#answer-12523627
13 years ago
Jean-Baptiste Kempf
8ae54d40b2
Update SlidingMenu
13 years ago
Jean-Baptiste Kempf
144276f9a0
Update ABS to 4.2.0
13 years ago
Ludovic Fauvet
2bb30856f3
Bump java libraries too
14 years ago
Jean-Baptiste Kempf
9db12a68ea
More blind fixes for SlidingMenu
14 years ago
Jean-Baptiste Kempf
c76c5d6c10
SlidingMenu: use a different solution, submitted upstream
14 years ago
Jean-Baptiste Kempf
2502a76dc8
SlidingMenu: fix a pointerIndex crash
14 years ago
Jean-Baptiste Kempf
6dc69e770b
Update Sliding Menu
14 years ago
Ludovic Fauvet
db99b9f967
SlidingMenu: disable two annoying debugs
14 years ago
Ludovic Fauvet
a61c6204e6
Forgot to bump the project.properties files
14 years ago
Sébastien Toque
07c0592a24
SlidingMenu: increase menu threshold to be more usable
14 years ago
Ludovic Fauvet
ab56cb99c2
Update the compatibility library to r10
Should fix Android issue #6584942 . See
5506618c80 %5E%21/
Acked-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years ago
Jean-Baptiste Kempf
f9d2dbf303
Remove plugin maps in SlidingMenu
14 years ago
Edward Wang
6f9599b710
Blind fix at SlidingMenu
14 years ago
Jean-Baptiste Kempf
624a5a2d0a
Update SlidingMenu
14 years ago
Sébastien Toque
9e536a5804
SlidingMenu: merge "Scale margin threshold according to screen density" & increase threshold to 16dp
This fix the issue on my two htc phones, the threshold of 10px was way too small,
it was almost impossible to open the menu with a gesture.
1a7d6a9cc3
14 years ago
Jean-Baptiste Kempf
f405defd17
Remove .settings for SlidingMenu
14 years ago
Edward Wang
66061cb6e5
SlidingMenu: add .gitignore
14 years ago
Edward Wang
87c4e204d1
Add SlidingMenu library
Upstream revision 982403add2
14 years ago
Ludovic Fauvet
e71b9667dd
VideoListActivity requires a specific theme
14 years ago