- 04 Nov, 2014 7 commits
-
-
Geoffrey Métais authored
With image button for context menu when available
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
v4 is deprecated
-
- 03 Nov, 2014 7 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
Start media loading earlier, and properly subscribe to medialibrary. Plus refresh video times on resume, to get updated progress when we leave a video.
-
Geoffrey Métais authored
This allows touchevent to be handled direclty, and not only once system UI is visible
-
Geoffrey Métais authored
Prevents for device on auto brightness mode to get a brutal brightness change There is no proper solution to get the correct value in this case, so I set the starting level at mid range
-
Geoffrey Métais authored
-
- 31 Oct, 2014 2 commits
-
-
Ludovic Fauvet authored
-
Geoffrey Métais authored
-
- 30 Oct, 2014 3 commits
-
-
Thomas Guillem authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- 28 Oct, 2014 2 commits
-
-
Thomas Guillem authored
-
Alexandre Lision authored
TESTED_HASH was checked out every time, since value of FETCH was not read (only its existence was verified)
-
- 27 Oct, 2014 1 commit
-
-
Thomas Guillem authored
-
- 23 Oct, 2014 2 commits
-
-
Thomas Guillem authored
-
Geoffrey Métais authored
-
- 22 Oct, 2014 2 commits
-
-
Thomas Guillem authored
It can happen with libvlcjni.so library is not found.
-
Thomas Guillem authored
After android-21, libs are not necessarily in applicationInfo.dataDir + "/lib" folder, so use applicationInfo.nativeLibraryDir (added after Gingerbread). Also fix system library path search by using System.getProperty("java.library.path") that return "/vendor/lib:/system/lib" or "/vendor/lib64:/system/lib64".
-
- 21 Oct, 2014 13 commits
-
-
Thomas Guillem authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
ref #11479 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
If a hardware decoder crashed at the very beginning, a HardwareAccelerationError dialog was shown while activity switched to audioMode and leaded to a crash. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Alexandre Perraud authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
close #12402 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Alexandre Perraud authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
ANDROID_ABI can now contains more than one ABI. For example: ANDROID_ABI="armeabi-v7a x86" ./compile.sh will build an apk containing armeabi-v7a and x86 libs.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 20 Oct, 2014 1 commit
-
-
Thomas Guillem authored
- Don't trigger a full build when config.h is hacked - Also hack config.h when configure dependencies change.
-