summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android (follow)
Commit message (Expand)AuthorAge
* iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer2015-02-02
* Get rid of stupid _backlight_* function namesMarcin Bukat2015-01-12
* DX 50: Fix file descriptor leak on errorThomas Jarosch2014-12-20
* Enable battery charging detection for iBasso DX50/DX90.Udo Schläfer2014-10-18
* Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen2014-09-18
* android: Get the port up and running againThomas Martitz2014-03-09
* Fix hostfs_init() return value.Thomas Martitz2014-03-03
* RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.Thomas Martitz2014-02-23
* storage: Add STORAGE_HOSTFSThomas Martitz2014-02-23
* Do not include kernel.h in system.h.Thomas Martitz2014-01-05
* touch devices: Disable touch on softlock.Jean-Louis Biasini2013-09-05
* android: Rewrite PCM playback without OnPlaybackPositionUpdateListener.Thomas Martitz2013-04-01
* touchscreen: Fix kinetic scrolling when the statusbar is off.Thomas Martitz2012-04-05
* android: implement system_exception_wait and system_reboot, so that the panic...Thomas Martitz2012-03-30
* android: lcd_update/_rect() changesThomas Martitz2012-03-22
* android: Add facility for java code to wait native code to be ready.Thomas Martitz2012-03-22
* Tweak some PCM drivers for less typecasting with the data pointer.Michael Sevakis2012-03-04
* android: drop copied lcd_blit_yuv() and use generic one.Thomas Martitz2012-03-03
* Revise the PCM callback system after adding multichannel audio.Michael Sevakis2012-03-03
* lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon2012-02-28
* Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz2012-01-22
* android/ypr0: Merge lc-*.c to generic lc-unix.c.Thomas Martitz2012-01-21
* android/ypr0: Merge fs-*.c to generic filesystem-unix.c.Thomas Martitz2012-01-21
* android/ypr0: Merge kernel-*.c to generic kernel-unix.c.Thomas Martitz2012-01-21
* remove cargo-cult empty i2c-target.hRafaël Carré2012-01-08
* adc-target.h: cleanupRafaël Carré2012-01-08
* button-target.h : move prototypes to button.hRafaël Carré2012-01-08
* android: move pcm_shutdown() to audiohw_close() now that it's properly called...Thomas Martitz2012-01-04
* Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2012-01-03
* usb-target.h: removeRafaël Carré2011-12-31
* 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