- Oct 11, 2012
-
-
Ludovic Fauvet authored
"Can not perform this action after onSaveInstanceState" Using the support/compat library, fragments *must* be restored in onResumeFragments and not onResume.
-
- Oct 10, 2012
-
-
Sébastien Toque authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
- Oct 09, 2012
-
-
Jean-Baptiste Kempf authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This is a TEMPORARY patch until a better solution is done upstream (libav.git) since developers have veto'd it... This patch will be removed As Soon As I Can.
-
Rafaël Carré authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
clipToPadding is required to include the padding space into the scrollable area.
-
- Oct 08, 2012
-
-
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
-
- Oct 07, 2012
-
-
Edward Wang authored
-
Edward Wang authored
-
Edward Wang authored
-
- Oct 06, 2012
-
-
Jean-Baptiste Kempf authored
Tested on Xperia X10, thanks to Nolvenn
-