summaryrefslogtreecommitdiffstats
path: root/apps/hosted
AgeCommit message (Expand)AuthorFilesLines
2014-03-14Fix reds.Thomas Martitz1-2/+2
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz1-4/+6
2013-07-13Get rid of some superfluous single-purpose functions in playback.Michael Sevakis1-2/+4
2012-03-30android: Fix crash on start up.Thomas Martitz1-1/+1
2011-12-22Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#1247...Alexander Levin1-1/+1
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+0
2011-07-21Copy yesno_pop to hosted/yesno,c which is mildly annoying, maybe do a better ...Jonathan Gordon1-0/+13
2011-03-16Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz3-16/+8
2011-03-11Partly revert "Android: use NewGlobalRef for references that are used globally"Maurus Cuelenaere3-20/+15
2011-03-11Android: Don't share the JNI environment across threads, but obtain it theMaurus Cuelenaere3-8/+16
2011-03-11Android: use NewGlobalRef for references that are used globallyMaurus Cuelenaere3-17/+21
2011-03-11RaaA: move Android apps-code to separate dir under apps/hostedMaurus Cuelenaere4-0/+0
2011-03-05Android: Support embedded albumart in the widget.Thomas Martitz1-1/+37
2011-03-02Make android compile (untested)Jonathan Gordon2-8/+8
2011-02-28Android: Fix crash when playback is passing invalid metadata around.Thomas Martitz1-4/+3
2011-02-27Make struct static.Thomas Martitz1-1/+1
2011-02-27Android: Show cover art in the widget (including option to hide it).Thomas Martitz1-2/+11
2011-02-19Android: Fix compilationThomas Martitz1-0/+1
2011-02-19Android: Fix some race conditions and crashes on startup.Thomas Martitz1-0/+5
2011-01-29Add widgets to android port.Antoine Cellerier1-1/+14
2011-01-24Move android notification display format logic to java code (no functional ch...Antoine Cellerier1-24/+12
2010-12-10Android: Rework notification and change icon sizes to better meet the systems...Thomas Martitz2-0/+123
2010-11-06Those DeleteGlobalRef() should be DeleteLocalRef().Thomas Martitz1-3/+3
2010-11-06Android: Use our translations for the yes/no/ok/cancel buttons in the yesno a...Thomas Martitz2-7/+25
2010-11-06Android: Use wakeup objects instead of polling for the dialog results in the ...Thomas Martitz2-41/+62
2010-11-05Android port: NewStringUTF() JNI call doesn't need freeing, these will get ga...Maurus Cuelenaere2-5/+3
2010-10-31Use a native yes/no dialog instead of rockbox's internal one on androidJonathan Gordon1-0/+110
2010-10-31Clean up r28408 coding style a bit to follow our guidelines with regard toThomas Martitz1-12/+19
2010-10-31fix a mem leak by calling the corect ReleaseString methodJonathan Gordon1-1/+1
2010-10-31Use a Native keyboard GUI instead of rockbox's internal one on androidJonathan Gordon1-0/+86