- 08 Oct, 2012 19 commits
-
-
Ludovic Fauvet authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Ludovic Fauvet authored
Because of a broken GridView API we're not able to get the number of columns the GridView is able to show without laying it out first. And reconfiguring it to switch from list to grid (and vice versa) is also a pain in the ass because of the poorly designed getNumColumns method. Therefore we are forced to compute manually, using constants (because on Android you can't query the XML), the needed size to show at least two columns. Otherwise we have switch to the list mode.
-
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 4 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
-