summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android (follow)
Commit message (Expand)AuthorAge
...
* 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
* Fix android hardware button handling so it actually works.Jonathan Gordon2010-10-24
* Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.Thomas Martitz2010-09-20
* Extend lc_open() to also being able to load overlay plugins.Thomas Martitz2010-09-09
* Fix sdl application buildThomas Martitz2010-09-06
* Android: don't compile stubs.c and kill off libuisimulator entirely.Thomas Martitz2010-09-02
* Android: Fix two warningsThomas Martitz2010-09-01
* Android: don't compile powermgmt-sim.cThomas Martitz2010-09-01
* Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz2010-09-01
* Android port: simplify sending touch events from Java->CMaurus Cuelenaere2010-08-16
* Android port: add support for hardware keysMaurus Cuelenaere2010-08-16
* Android port: handle incoming calls.Thomas Martitz2010-08-07
* A bit of work in the pcm driver. Should be a bit more efficient, but more imp...Thomas Martitz2010-08-04
* Add a few forgotten files, Fix potential startup problem. Fix absolute touchs...Thomas Martitz2010-08-04
* Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...Thomas Martitz2010-08-04
* Run Rockbox as a service, which allows for music decoding&playback in the bac...Thomas Martitz2010-08-03
* system-android: cast void* to uintptr_t*Rafaël Carré2010-08-03
* Rockbox as an application: Commit current Android port progress.Thomas Martitz2010-08-02