summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android (follow)
Commit message (Expand)AuthorAge
* move usb_pin_init() declaration to PP's system-target.hRafaël Carré2011-12-31
* Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis2011-12-17
* 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 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 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
* 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
* Bring idle poweroff to RaaA and the simThomas Jarosch2011-03-08
* Android: Fix black display after unzipping libmisc.so.Thomas Martitz2011-03-05
* Introduce "power" thread for RaaAThomas Jarosch2011-03-02
* Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access itThomas Jarosch2011-02-28
* Android:Thomas Martitz2011-02-23
* Android: Rewrite lcd subsystem to use the SurfaceView API.Thomas Martitz2011-02-19
* Implement cooperative threads on hosted platforms using C code.Thomas Martitz2011-02-18
* Add widgets to android port.Antoine Cellerier2011-01-29
* RaaA: Improve tagcache search to make the database built.Thomas Martitz2010-12-23
* Android: Protect lcd updates with a mutex.Thomas Martitz2010-12-13
* Android: Replace the java based tick timer implemented with a not as bloated ...Thomas Martitz2010-12-10
* Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz2010-12-06
* Android: Fix yellowThomas Martitz2010-12-04
* Android: Make lcd updates synchronous, doesn't make it faster but smoother (n...Thomas Martitz2010-12-02
* Android: Change how detecting call state (introduced in r27746) works, from p...Thomas Martitz2010-11-12
* Touchscreen: Improved scroll thresholdThomas Martitz2010-11-10
* remove an unused variable and #includeJonathan Gordon2010-11-07
* Remote android button handling (again). do the press/unpress more like other ...Jonathan Gordon2010-11-03
* Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz2010-10-31
* Pass the framebuffer to the service in the constructor rather than later from...Thomas Martitz2010-10-31
* Clean up usage of RockboxService. Add a proper way to check if rockbox is act...Jonathan Gordon2010-10-31
* Initialize (instantiate) RockboxFramebuffer from the C code like with the oth...Thomas Martitz2010-10-29