- 05 Oct, 2012 4 commits
-
-
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 18 commits
-
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Ludovic Fauvet authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Ludovic Fauvet authored
-
Jean-Baptiste Kempf authored
-
Alexandre Perraud authored
and correct vocabulary in a FIXME comment for a previous commit Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Alexandre Perraud authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Ludovic Fauvet authored
Using the proper method makes it work. Oops...
-
Ludovic Fauvet authored
The barrier needs to be reset after an InterruptedException, but sadly we can't do that safely in the catch block. And because doing a reset on a sane barrier is perfectly valid we'll do it at the beginning of each loop.
-
Edward Wang authored
-
- 01 Oct, 2012 1 commit
-
-
Ludovic Fauvet authored
Wait for the preferences to be reviewed and validated by the user.
-