index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
hosted
/
android
/
keyboard.c
(
unfollow
)
Commit message (
Expand
)
Author
2011-03-16
Android: Partly revert r29569 and only call the new getJavaEnvironment() when...
Thomas Martitz
2011-03-11
Partly revert "Android: use NewGlobalRef for references that are used globally"
Maurus Cuelenaere
2011-03-11
Android: Don't share the JNI environment across threads, but obtain it the
Maurus Cuelenaere
2011-03-11
Android: use NewGlobalRef for references that are used globally
Maurus Cuelenaere
2011-03-11
RaaA: move Android apps-code to separate dir under apps/hosted
Maurus Cuelenaere
2011-03-02
Make android compile (untested)
Jonathan Gordon
2010-11-06
Those DeleteGlobalRef() should be DeleteLocalRef().
Thomas Martitz
2010-11-06
Android: Use our translations for the yes/no/ok/cancel buttons in the yesno a...
Thomas Martitz
2010-11-06
Android: Use wakeup objects instead of polling for the dialog results in the ...
Thomas Martitz
2010-11-05
Android port: NewStringUTF() JNI call doesn't need freeing, these will get ga...
Maurus Cuelenaere
2010-10-31
Clean up r28408 coding style a bit to follow our guidelines with regard to
Thomas Martitz
2010-10-31
fix a mem leak by calling the corect ReleaseString method
Jonathan Gordon
2010-10-31
Use a Native keyboard GUI instead of rockbox's internal one on android
Jonathan Gordon