summaryrefslogtreecommitdiff
path: root/apps/hosted (follow)
Commit message (Expand)AuthorAge
* Get rid of some superfluous single-purpose functions in playback.Michael Sevakis2013-07-13
* android: Fix crash on start up.Thomas Martitz2012-03-30
* Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#1247...Alexander Levin2011-12-22
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Copy yesno_pop to hosted/yesno,c which is mildly annoying, maybe do a better ...Jonathan Gordon2011-07-21
* Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz2011-03-16
* Partly revert "Android: use NewGlobalRef for references that are used globally"Maurus Cuelenaere2011-03-11
* Android: Don't share the JNI environment across threads, but obtain it theMaurus Cuelenaere2011-03-11
* Android: use NewGlobalRef for references that are used globallyMaurus Cuelenaere2011-03-11
* RaaA: move Android apps-code to separate dir under apps/hostedMaurus Cuelenaere2011-03-11
* Android: Support embedded albumart in the widget.Thomas Martitz2011-03-05
* Make android compile (untested)Jonathan Gordon2011-03-02
* Android: Fix crash when playback is passing invalid metadata around.Thomas Martitz2011-02-28
* Make struct static.Thomas Martitz2011-02-27
* Android: Show cover art in the widget (including option to hide it).Thomas Martitz2011-02-27
* Android: Fix compilationThomas Martitz2011-02-19
* Android: Fix some race conditions and crashes on startup.Thomas Martitz2011-02-19
* Add widgets to android port.Antoine Cellerier2011-01-29
* Move android notification display format logic to java code (no functional ch...Antoine Cellerier2011-01-24
* Android: Rework notification and change icon sizes to better meet the systems...Thomas Martitz2010-12-10
* Those DeleteGlobalRef() should be DeleteLocalRef().Thomas Martitz2010-11-06
* Android: Use our translations for the yes/no/ok/cancel buttons in the yesno a...Thomas Martitz2010-11-06
* Android: Use wakeup objects instead of polling for the dialog results in the ...Thomas Martitz2010-11-06
* Android port: NewStringUTF() JNI call doesn't need freeing, these will get ga...Maurus Cuelenaere2010-11-05
* Use a native yes/no dialog instead of rockbox's internal one on androidJonathan Gordon2010-10-31
* Clean up r28408 coding style a bit to follow our guidelines with regard toThomas Martitz2010-10-31
* fix a mem leak by calling the corect ReleaseString methodJonathan Gordon2010-10-31
* Use a Native keyboard GUI instead of rockbox's internal one on androidJonathan Gordon2010-10-31