- 385af79 Fix toolchain installation. by Dominik Riebeling · 13 years ago
- 11e1f71 Added 'platform-tools' to the features installed by installToolChain.sh for the android build by Bryan Childs · 13 years ago
- 1b70a70 Android: store resources on SD card. by Dominik Riebeling · 13 years ago
- 82fa47d Android tools: Allow discovery of download URLs by Maurus Cuelenaere · 13 years ago
- 2d0e63e Android: Undo r30293 partly as it prevents installation. by Thomas Martitz · 13 years ago
- c6ca813 Android: Fix a few java warnings. Upgrade ndk platform to 2.0 (don't support 1.6 anymore). by Thomas Martitz · 13 years ago
- b2f5247 Android: Change headphone detection to call into native. by Thomas Martitz · 13 years ago
- 64b5f1c Android: Rework RunForegroundManager (again) by Thomas Martitz · 13 years ago
- a5e7354 Android: Fix long unnoticed typo in function call, leading to the wrong function being called. by Thomas Martitz · 13 years ago
- 5721d4c Forgot to add new class file in r30161. by Thomas Martitz · 13 years ago
- 02b2b28 Android: Slightly rework logging to logcat by offloading duplicated code to a new helper class. by Thomas Martitz · 13 years ago
- 33de9cd Android: Refactor some of the glue code. by Thomas Martitz · 13 years ago
- 76b6db3 Android: Fix sporadic force closes. by Thomas Martitz · 13 years ago
- 35cd408 Added NODEPS define to skip recompilation for zip and apk builds. Usage: make zip NODEPS=1 by Björn Stenberg · 13 years ago
- a3ed2c1 Support installing the Android toolchain on Cygwin and OS X. by Dominik Riebeling · 14 years ago
- dace721 Android: Greatly simplify the pcm callback mechanism on both, the Java and the C side. Should be more reliable now (if the old wasn't already). by Thomas Martitz · 14 years ago
- b9747ca Hopefully FS#12064 - Android: Possible fix for audio stopping on high CPU load. by Thomas Martitz · 14 years ago
- d25a61f Android: listen to ACTION_AUDIO_BECOMING_NOISY for headphone (FS#12097). by Dominik Riebeling · 14 years ago
- 6c22be4 Android: implement headphone detection thus enabling pause on unplug (FS#12097). by Dominik Riebeling · 14 years ago
- 26a92fa Android: adjust screen orientation based on LCD size. by Dominik Riebeling · 14 years ago
- 70b81e6 Android: install codecs as native libs instead of extracting them (FS#12134). by Dominik Riebeling · 14 years ago
- fc68a0d Android: rework r29929 AndroidManifest.xml version handling. by Dominik Riebeling · 14 years ago
- bc3f9c1 Add source tree version into AndroidManifest.xml by Dominik Riebeling · 14 years ago
- 94dacca Rework MediaButtonReceiver a bit: by Thomas Martitz · 14 years ago
- c77b014 Use mkdir -p in the previous commit. Thanks sideral for spotting. by Thomas Martitz · 14 years ago
- f29c9d2 Android: Fix creation of debug key if ~/.android doesn't exist. by Thomas Martitz · 14 years ago
- 968db0e Fix some whitespace errors. by Dominik Riebeling · 14 years ago
- ce755dd Only set volume on SYS_VOLUME_CHANGED the first time. Workaround for FS#12034. by Björn Stenberg · 14 years ago
- 8c46ddf Android: Implement app shutdown and thus, sleep timer. by Thomas Martitz · 14 years ago
- efa9f13 Android: Fix widget albumart display on pre-2.2 devices. by Thomas Martitz · 14 years ago
- e50cc0e Listen to and follow external Android volume changes. (Based on FS#11914 by Maurus Cuelenaere) by Björn Stenberg · 14 years ago
- 00f75c9 Use the pcm volume to add finer steps between every android stream volume step. by Björn Stenberg · 14 years ago
- 78d0fda Android: get rid of warnings (no functional changes) by Maurus Cuelenaere · 14 years ago
- 42f69c2 Android: replace installApk.sh "launching Rockbox activity"-behaviour with by Maurus Cuelenaere · 14 years ago
- cae7560 Android: future-proof the RunForegroundManager code to Honeycomb by Maurus Cuelenaere · 14 years ago
- 4364111 Android: update project to SDKv11 by Maurus Cuelenaere · 14 years ago
- fe6faf2 Android port: generate initial config when none is present with dynamically by Maurus Cuelenaere · 14 years ago
- fd7375c Ask for track information to be resent after creating a new widget. by Antoine Cellerier · 14 years ago
- 64cf0dd Looks like Android 2.3 is more strict when enforcing permissions. Explicitly declare allowed intents under the Service tag in AndroidManifest.xml. by Antoine Cellerier · 14 years ago
- c9190dc Add a scrollbar to the android widget's configuration activity. by Antoine Cellerier · 14 years ago
- ab60101 Android: Add a nowplaying bar to the 3x3 widget by Thomas Martitz · 14 years ago
- 883ff85 Android: Show cover art in the widget (including option to hide it). by Thomas Martitz · 14 years ago
- f1e3f5e Android: Add a 3x3 sized widget. by Thomas Martitz · 14 years ago
- e6ae867 Android: Remove notification item on pausing too. by Thomas Martitz · 14 years ago
- eb01664 Android: Simplify media button intent generation in the widget and cleanup RockboxService accordingly. by Thomas Martitz · 14 years ago
- 95e24dd Android: by Thomas Martitz · 14 years ago
- d6ce7fe Android: Fix some race conditions and crashes on startup. by Thomas Martitz · 14 years ago
- 36af29f Android: Re-attach the media button receiver when entering Rockbox. by Thomas Martitz · 14 years ago
- c9c2820 Correct setServiceActivity implementation by Thomas Martitz · 14 years ago
- 144df92 Android: Rewrite lcd subsystem to use the SurfaceView API. by Thomas Martitz · 14 years ago
- 8214006 Update Android README in line with configure changes from r29286 by Dave Chapman · 14 years ago
- 3808478 Make $(DIRS) an order-only dependency, to avoid needless rebuilding of some files by Frank Gevaerts · 14 years ago
- 276321e Change the way java files are compiled (do them all at once) in order to speed up builds. There is now an intermediate jar file to help (although that's not strictly necessary), so for rebuilds of single java files this may be a bit slower by Frank Gevaerts · 14 years ago
- 0f4dfc4 Android/Java: Disable implicit compilation of dependecies to make the life easier for make. by Thomas Martitz · 14 years ago
- b5562a1 update the toolchains install script to grab the latest and greatest by Jonathan Gordon · 14 years ago
- c0c769c Add widgets to android port. by Antoine Cellerier · 14 years ago
- f716e4f Oops, this line wasn't supposed to make it into svn. by Antoine Cellerier · 14 years ago
- ef98035 Move android notification display format logic to java code (no functional change, this is used by FS #11902). by Antoine Cellerier · 14 years ago
- a448d8b Android build tweaks. by Antoine Cellerier · 14 years ago
- 9ef9904 corrected the export-commands on the output. It should be "export ANDROID..." and not "export $ANDROID..." by Michael Stummvoll · 14 years ago
- 02d45a1 Restore correct launcher.png for mdpi that got accidentally overwritten. by Thomas Martitz · 14 years ago
- f5a461d Android: Rework notification and change icon sizes to better meet the systems' standard. by Thomas Martitz · 14 years ago
- c47d813 Android: Replace the java based tick timer implemented with a not as bloated and more accurate linux hrtimer based one. Further reduces idle cpu usage (0% on my phone but still 1-2% on a Samsung Galaxy S). by Thomas Martitz · 14 years ago
- f51d6e6 more than just a number changed, retry that last commit by Jonathan Gordon · 14 years ago
- 97d9c1e download the r5 NDK to go along with the configure change in r28755 by Jonathan Gordon · 14 years ago
- ed61439 Fix extracting libmisc.so by Thomas Martitz · 14 years ago
- 55b58a3 Android: Make lcd updates synchronous, doesn't make it faster but smoother (no updates are skipped) and guaranteed to be glitch free. by Thomas Martitz · 14 years ago
- efe41e9 Android: When the backlight goes off, the RockboxFramebuffer/View isn't made invisible. Force that in order to disable screen updates while backlight is off. by Thomas Martitz · 14 years ago
- f7c83ff Android: Use adb install -r to reinstall the app, as it doesn't remove icons from the homescreen. by Thomas Martitz · 14 years ago
- 2877487 Android: Fix small error in install&run script. by Thomas Martitz · 14 years ago
- 0cf2cc1 Android: Change how detecting call state (introduced in r27746) works, from polling to event based. by Thomas Martitz · 14 years ago
- 33af0de Touchscreen: Improved scroll threshold by Thomas Martitz · 14 years ago
- eab843f android: don't crash if the user presses HOME while the loading screen is showing, this shuld also be made canceleable later by Jonathan Gordon · 14 years ago
- ab9caea Android: add a script which allows headless installation of the Android tools required for compilation by Maurus Cuelenaere · 14 years ago
- f205824 Android: replace hardcoded strings with Android strings, allowing translations by Maurus Cuelenaere · 14 years ago
- 13f7dff Android: make R.java depend on android/res dir by Maurus Cuelenaere · 14 years ago
- 739d76c Android: Use our translations for the yes/no/ok/cancel buttons in the yesno and keyboard dialog. by Thomas Martitz · 14 years ago
- 93640fc Android: only display progress dialog when extraction happens by Maurus Cuelenaere · 14 years ago
- c31a2f3 Android: greatly simplify Android YesNo and KeyboardInput widgets by Maurus Cuelenaere · 14 years ago
- 988bdc1 Android: Use wakeup objects instead of polling for the dialog results in the keyboard and yesno dialog, allowing a lot of code to be removed. by Thomas Martitz · 14 years ago
- be51be6 Android: prevent NullPointerException in RockboxService by Maurus Cuelenaere · 14 years ago
- 1b477de Android: don't display the loading screen etc. when the library is already loaded by Maurus Cuelenaere · 14 years ago
- fe2be33 Android: clean up extracting a bit + add user-visible error-reporting by Maurus Cuelenaere · 14 years ago
- 4f747c1 Android: prevent loading the library twice by Maurus Cuelenaere · 14 years ago
- 5e88630 Android: add uninstall option to installApk.sh script by Maurus Cuelenaere · 14 years ago
- 7ccc78d Android port: replace waiting hack in AndroidActivity with a ResultReceiver, added bonus is unzip progress feedback by Maurus Cuelenaere · 14 years ago
- a830432 Android port: by Maurus Cuelenaere · 14 years ago
- 540dd9c A bit of indentation/whitespace changes in the xml files. by Thomas Martitz · 14 years ago
- a2a243b Fix a small dependency issue, the directories need to be created first. by Thomas Martitz · 14 years ago
- 1c5f4d7 Android: Show the Rockbox in the background in the keyboard/yesno dialogs. by Thomas Martitz · 14 years ago
- 34fb311 Android port: add a CLI APK install+launch script, useful for quick installation by Maurus Cuelenaere · 14 years ago
- 58f3549 Android port: remove obsoleted build.sh shell script by Maurus Cuelenaere · 14 years ago
- 181f6b1 Android port: $(TEMP_APK) depends on $(AP_), so add it to its dependencies by Maurus Cuelenaere · 14 years ago
- a4f1127 tabs -> spaces in the new Yesno java files and remove unused imports. by Thomas Martitz · 14 years ago
- 49f1ec8 Add support multimedia keys/buttons to the core, and adapt Rockbox on android for it (multimedia buttons are found on wired headsets and the lock screen in cyanogenmod). by Thomas Martitz · 14 years ago
- 50a9d50 Factor out the start/stopForeground and notification icon management into a separate class, don't let RockboxService.java become a beast. by Thomas Martitz · 14 years ago
- b92eabd Use a native yes/no dialog instead of rockbox's internal one on android by Jonathan Gordon · 14 years ago
- c8901b3 Remove the use of the instance field in non-anymore-static methods by Thomas Martitz · 14 years ago
- bf63f24 Pass the framebuffer to the service in the constructor rather than later from native code. by Thomas Martitz · 14 years ago
- 2d05d2f Clean up r28408 coding style a bit to follow our guidelines with regard to by Thomas Martitz · 14 years ago