Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
5a98ad2d7fd9980b6adc0f6383f1dc19560858dc
/
android
aa0f895
The zip target isn't a good prerequisite for another make target so remove it.
by Thomas Martitz
· 14 years ago
51c91c5
Adhere to the 80-char line width limit.
by Thomas Martitz
· 14 years ago
c98f584
Redo r28059, minBufferSize() turned out a bit more unstable on my Legend. Now use the MAX() of the old buffer and minBufferSize()
by Thomas Martitz
· 14 years ago
282adac
Code style changes in the java part (whitespaces and braces) to match Rockbox coding style.
by Thomas Martitz
· 14 years ago
54c838d
The rockbox header got lost at some point.
by Thomas Martitz
· 14 years ago
6cf3681
Android: Use an explicit 8k buffer for unzipping libmisc.so to remove a warning in logcat.
by Thomas Martitz
· 14 years ago
a994401
Extend make clean for android zu also cleanup the compiled java classes and apks (and everything else generated during build process).
by Thomas Martitz
· 14 years ago
0e0baaa
Android: Fix a problem where entered Rockbox multiple times (with multiple instances on the activity stack) until it was exited once with the back button.
by Thomas Martitz
· 14 years ago
cbbbe60
Use getMinBufferSize instead of hardcoding a buffer size.
by Thomas Martitz
· 14 years ago
994aba1
Android: Allow "out-of-tree" builds (outside of android/, e.g. build-android/).
by Thomas Martitz
· 14 years ago
4e982d3
Extend android.make so that it can generate a debug signed apk.
by Thomas Martitz
· 14 years ago
f8381d9
Android: don't compile stubs.c and kill off libuisimulator entirely.
by Thomas Martitz
· 14 years ago
f05cdc4
Android: don't compile powermgmt-sim.c
by Thomas Martitz
· 14 years ago
0e563ea
Android port: also include native libraries in APK file
by Maurus Cuelenaere
· 14 years ago
cc5f016
Android port: add build script
by Maurus Cuelenaere
· 14 years ago
e396403
Android port: allow moving application to SD card on Froyo targets
by Maurus Cuelenaere
· 14 years ago
5068891
Android port: simplify sending touch events from Java->C
by Maurus Cuelenaere
· 14 years ago
934a5a5
Android port: add support for hardware keys
by Maurus Cuelenaere
· 14 years ago
e726e53
Android port: use Arrays.fill() instead of a for-loop for clearing a byte array
by Maurus Cuelenaere
· 14 years ago
4a3e6db
A bit of cleanup.
by Thomas Martitz
· 14 years ago
4aa3d01
Run the pcm callback from a separate OS thread, that seems to make audio playback
by Thomas Martitz
· 14 years ago
8978b2b
Android port: The RockboxService introduction broke 1.5/1.6 compability. This should bring it back (heaviliy based on the example given in the Android docs).
by Thomas Martitz
· 14 years ago
ca4439f
Android port: handle incoming calls.
by Thomas Martitz
· 14 years ago
6063e91
Fix launcher icon (once more).
by Thomas Martitz
· 14 years ago
9dd48db
Remove faulty reference to inexistent resource.
by Thomas Martitz
· 14 years ago
e8542ef
Update README a bit.
by Thomas Martitz
· 14 years ago
83be40f
Delete now unused icons.
by Thomas Martitz
· 14 years ago
5aa4023
Prettier icons for app launcher and notification bar.
by Thomas Martitz
· 14 years ago
bd9c0b2
A bit of work in the pcm driver. Should be a bit more efficient, but more importantly more dependable. Stopping playback now properly recovers if playback crashed for some reason (shouldn't happen of course).
by Thomas Martitz
· 14 years ago
546cd48
Show/hide notification area icon when starting/stopping playback.
by Thomas Martitz
· 14 years ago
04dc00b
Add a few forgotten files, Fix potential startup problem. Fix absolute touchscreen mode.
by Thomas Martitz
· 14 years ago
594110e
Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the background
by Thomas Martitz
· 14 years ago
f66a233
Ignore screen orentiation changes and force portrait mode. We cannot handle it any time soon anyway.
by Thomas Martitz
· 14 years ago
9dd0158
Run Rockbox as a service, which allows for music decoding&playback in the background,
by Thomas Martitz
· 14 years ago
240923a
Rockbox as an application: Commit current Android port progress.
by Thomas Martitz
· 14 years ago