index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
hosted
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-22
keyboard add ability to specify temporary custom layouts
William Wilgus
1
-1
/
+2
2014-03-14
Fix reds.
Thomas Martitz
1
-2
/
+2
2014-03-14
events: Rework event subsystem (add_event, send_event) to be more versatile.
Thomas Martitz
1
-4
/
+6
2013-07-13
Get rid of some superfluous single-purpose functions in playback.
Michael Sevakis
1
-2
/
+4
2012-03-30
android: Fix crash on start up.
Thomas Martitz
1
-1
/
+1
2011-12-22
Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#1247...
Alexander Levin
1
-1
/
+1
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
1
-1
/
+0
2011-07-21
Copy yesno_pop to hosted/yesno,c which is mildly annoying, maybe do a better ...
Jonathan Gordon
1
-0
/
+13
2011-03-16
Android: Partly revert r29569 and only call the new getJavaEnvironment() when...
Thomas Martitz
3
-16
/
+8
2011-03-11
Partly revert "Android: use NewGlobalRef for references that are used globally"
Maurus Cuelenaere
3
-20
/
+15
2011-03-11
Android: Don't share the JNI environment across threads, but obtain it the
Maurus Cuelenaere
3
-8
/
+16
2011-03-11
Android: use NewGlobalRef for references that are used globally
Maurus Cuelenaere
3
-17
/
+21
2011-03-11
RaaA: move Android apps-code to separate dir under apps/hosted
Maurus Cuelenaere
4
-0
/
+0
2011-03-05
Android: Support embedded albumart in the widget.
Thomas Martitz
1
-1
/
+37
2011-03-02
Make android compile (untested)
Jonathan Gordon
2
-8
/
+8
2011-02-28
Android: Fix crash when playback is passing invalid metadata around.
Thomas Martitz
1
-4
/
+3
2011-02-27
Make struct static.
Thomas Martitz
1
-1
/
+1
2011-02-27
Android: Show cover art in the widget (including option to hide it).
Thomas Martitz
1
-2
/
+11
2011-02-19
Android: Fix compilation
Thomas Martitz
1
-0
/
+1
2011-02-19
Android: Fix some race conditions and crashes on startup.
Thomas Martitz
1
-0
/
+5
2011-01-29
Add widgets to android port.
Antoine Cellerier
1
-1
/
+14
2011-01-24
Move android notification display format logic to java code (no functional ch...
Antoine Cellerier
1
-24
/
+12
2010-12-10
Android: Rework notification and change icon sizes to better meet the systems...
Thomas Martitz
2
-0
/
+123
2010-11-06
Those DeleteGlobalRef() should be DeleteLocalRef().
Thomas Martitz
1
-3
/
+3
2010-11-06
Android: Use our translations for the yes/no/ok/cancel buttons in the yesno a...
Thomas Martitz
2
-7
/
+25
2010-11-06
Android: Use wakeup objects instead of polling for the dialog results in the ...
Thomas Martitz
2
-41
/
+62
2010-11-05
Android port: NewStringUTF() JNI call doesn't need freeing, these will get ga...
Maurus Cuelenaere
2
-5
/
+3
2010-10-31
Use a native yes/no dialog instead of rockbox's internal one on android
Jonathan Gordon
1
-0
/
+110
2010-10-31
Clean up r28408 coding style a bit to follow our guidelines with regard to
Thomas Martitz
1
-12
/
+19
2010-10-31
fix a mem leak by calling the corect ReleaseString method
Jonathan Gordon
1
-1
/
+1
2010-10-31
Use a Native keyboard GUI instead of rockbox's internal one on android
Jonathan Gordon
1
-0
/
+86