- 08 Oct, 2012 12 commits
-
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Martin Storsjö authored
This new API should work just as well as iomx (especially when the code gets more testing and mature), so try this one first - the code falls back cleanly to iomx on older android versions. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Also drop the --enable-iomx option, the option is now removed and the module is enabled by default on android builds. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The ListPreference item always handles the chosen value as a string, therefore conversion from a string to a integer is necessary each time the preference is set or when loaded from the stored preferences. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This solve a crash and an issue when changing language or updating the strings between versions...
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 07 Oct, 2012 3 commits
-
-
Edward Wang authored
-
Edward Wang authored
-
Edward Wang authored
-
- 06 Oct, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Tested on Xperia X10, thanks to Nolvenn
-
- 05 Oct, 2012 6 commits
-
-
Martin Storsjö authored
This is enabled by default on android now, and the option doesn't exist any longer. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ludovic Fauvet authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
- 04 Oct, 2012 7 commits
-
-
Edward Wang authored
-
Rafaël Carré authored
-
Ludovic Fauvet authored
-
Rafaël Carré authored
-
Alexandre Perraud authored
Signed-off-by:
Ludovic Fauvet <etix@videolan.org>
-
Jean-Baptiste Kempf authored
-
Edward Wang authored
-
- 03 Oct, 2012 10 commits
-
-
Ludovic Fauvet authored
According to the documentation the implementation of these lifecycle methods must always call the superclass implementation before doing any work. https://developer.android.com/guide/components/activities.html#ImplementingLifecycleCallbacks
-
Ludovic Fauvet authored
If for any reason we don't reach the end of the onCreate() the thumbnailer may not be instantiated.
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
Since we are using fragments the search is handled by the mainactivity.
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
This may fix the following crash: java.lang.IllegalStateException: Fragment VideoListFragment{4130f1f0} not attached to Activity at android.support.v4.app.Fragment.getResources(Fragment.java:555) at org.videolan.vlc.betav7neon.ThumbnailerManager.run(ThumbnailerManager.java:113) at java.lang.Thread.run(Thread.java:856)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 02 Oct, 2012 1 commit
-
-
Sébastien Toque authored
-