summaryrefslogtreecommitdiff
path: root/firmware/target/hosted (follow)
Commit message (Expand)AuthorAge
...
* Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero2011-12-09
* lcd_blit_yuv: move from sdl driver to lcd16bit-commonRafaël Carré2011-12-03
* Sansa Connect: Make simulator compile. UI-sansaconnect.bmp by Martin Sägmül...Tomasz Moń2011-12-01
* Fix yellow.Thomas Martitz2011-11-17
* Remove sim_tasks from the sdl application build.Thomas Martitz2011-11-17
* Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz2011-11-17
* Sansa clip zip: make the simulator work by adding the background bitmapBertrik Sikken2011-10-30
* Fix FS#12351: The poweroff timer was not reset on scroll wheel activity for e...Andree Buschmann2011-10-28
* imx233/fuze+: add fuze+ to the simulator frameworkAmaury Pouly2011-09-25
* Exit of SDL_WaitEvent() returns an error.Thomas Martitz2011-09-08
* Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis2011-09-01
* Fix typo in and clarify comment.Thomas Martitz2011-08-14
* Android: Minor changes in ldebugf.Thomas Martitz2011-08-14
* Remove a couple of duplicate #includesBertrik Sikken2011-08-14
* Remove hosted_get_volume(), as event data is available in button_get_data().Thomas Martitz2011-08-14
* Android: Fix crash on start up.Thomas Martitz2011-07-22
* Android: Change headphone detection to call into native.Thomas Martitz2011-07-19
* Android: Refactor some of the glue code.Thomas Martitz2011-07-18
* Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis2011-06-29
* Android: Greatly simplify the pcm callback mechanism on both, the Java and th...Thomas Martitz2011-06-05
* Android: implement headphone detection thus enabling pause on unplug (FS#12097).Dominik Riebeling2011-06-04
* Fix an implicit declaration warning.Dominik Riebeling2011-05-29
* Fix SDL touch screen handling on the screen edgesThomas Jarosch2011-05-25
* Fix a problem where hardware keypresses dont reset the idle poweroff timer on...Jonathan Gordon2011-05-25
* Fix tabs in .c and .h files in firmware/ Bertrik Sikken2011-05-08
* Fix whitespace errors aka tabs.Dominik Riebeling2011-05-05
* Define LCD dpi for n900, n8xx and the pandoraThomas Jarosch2011-04-16
* Android: Implement app shutdown and thus, sleep timer.Thomas Martitz2011-03-16
* Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz2011-03-16
* Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg2011-03-14
* Android: allocate native_buffer locally, which does away with the need to holdMaurus Cuelenaere2011-03-12
* Android: Switch to pthread_cond+SIGEV_THREAD for tick task handling.Thomas Martitz2011-03-11
* Create GlobalRef in surfaceCreated, in accordance to r29572.Thomas Martitz2011-03-11
* Android: delete the global reference in surfaceDestroyedMaurus Cuelenaere2011-03-11
* Android: no need to keep RockboxPCM_class aroundMaurus Cuelenaere2011-03-11
* 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
* Enable volume keys in Android.Björn Stenberg2011-03-10
* Return -1 for not implemented RTC functions.Thomas Martitz2011-03-08
* RaaA: Add RTC supportThomas Jarosch2011-03-08
* Bring idle poweroff to RaaA and the simThomas Jarosch2011-03-08
* Android: Fix black display after unzipping libmisc.so.Thomas Martitz2011-03-05
* Change the thread api a bit.Thomas Martitz2011-03-05
* Add rockbox copyright header with proper credits for kugelThomas Jarosch2011-03-05
* Add svn:keywords to firmware/target/hosted source filesThomas Jarosch2011-03-05
* Fix compilation issues for sdl when HAVE_BUTTON_DATA is not definedFrank Gevaerts2011-03-03
* Introduce "power" thread for RaaAThomas Jarosch2011-03-02
* Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android ...Thomas Jarosch2011-03-01
* Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access itThomas Jarosch2011-02-28