summaryrefslogtreecommitdiffstats
path: root/android/src
AgeCommit message (Expand)AuthorFilesLines
2010-12-10Android: Rework notification and change icon sizes to better meet the systems...Thomas Martitz2-21/+31
2010-12-10Android: Replace the java based tick timer implemented with a not as bloated ...Thomas Martitz1-76/+0
2010-12-06Fix extracting libmisc.soThomas Martitz1-2/+7
2010-12-02Android: Make lcd updates synchronous, doesn't make it faster but smoother (n...Thomas Martitz1-15/+8
2010-11-12Android: When the backlight goes off, the RockboxFramebuffer/View isn't made ...Thomas Martitz1-0/+3
2010-11-12Android: Change how detecting call state (introduced in r27746) works, from p...Thomas Martitz2-31/+101
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz1-0/+19
2010-11-07android: don't crash if the user presses HOME while the loading screen is sho...Jonathan Gordon1-3/+6
2010-11-06Android: replace hardcoded strings with Android strings, allowing translationsMaurus Cuelenaere2-2/+2
2010-11-06Android: Use our translations for the yes/no/ok/cancel buttons in the yesno a...Thomas Martitz2-8/+6
2010-11-06Android: only display progress dialog when extraction happensMaurus Cuelenaere1-17/+19
2010-11-06Android: greatly simplify Android YesNo and KeyboardInput widgetsMaurus Cuelenaere6-136/+69
2010-11-06Android: Use wakeup objects instead of polling for the dialog results in the ...Thomas Martitz2-39/+10
2010-11-05Android: prevent NullPointerException in RockboxServiceMaurus Cuelenaere1-1/+1
2010-11-05Android: don't display the loading screen etc. when the library is already lo...Maurus Cuelenaere1-0/+4
2010-11-05Android: clean up extracting a bit + add user-visible error-reportingMaurus Cuelenaere2-87/+81
2010-11-05Android: prevent loading the library twiceMaurus Cuelenaere1-1/+4
2010-11-05Android port: replace waiting hack in AndroidActivity with a ResultReceiver, ...Maurus Cuelenaere2-55/+58
2010-11-05Android port:Maurus Cuelenaere2-43/+41
2010-10-31tabs -> spaces in the new Yesno java files and remove unused imports.Thomas Martitz2-16/+14
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz3-0/+177
2010-10-31Factor out the start/stopForeground and notification icon management into a s...Thomas Martitz4-128/+173
2010-10-31Use a native yes/no dialog instead of rockbox's internal one on androidJonathan Gordon3-0/+111
2010-10-31Remove the use of the instance field in non-anymore-static methodsThomas Martitz1-19/+15
2010-10-31Pass the framebuffer to the service in the constructor rather than later from...Thomas Martitz1-1/+2
2010-10-31Clean up r28408 coding style a bit to follow our guidelines with regard toThomas Martitz4-57/+59
2010-10-31Use a Native keyboard GUI instead of rockbox's internal one on androidJonathan Gordon6-3/+162
2010-10-31Clean up usage of RockboxService. Add a proper way to check if rockbox is act...Jonathan Gordon3-27/+68
2010-10-29Android: Delay the progress dialog so it's not shown until after 0.5s are ove...Thomas Martitz1-14/+30
2010-10-29Initialize (instantiate) RockboxFramebuffer from the C code like with the oth...Thomas Martitz4-20/+14
2010-10-28Redo "r28369, Android load progress screen". git+svn lost the actual code cha...Jonathan Gordon2-1/+7
2010-10-28Android: Display a "Loading, please wait" dialog while we wait for the rockbo...Jonathan Gordon2-64/+68
2010-10-24Make sure the view always has focus and can be focused in touch mode so the f...Jonathan Gordon1-1/+9
2010-09-12Adhere to the 80-char line width limit.Thomas Martitz3-31/+54
2010-09-12Redo r28059, minBufferSize() turned out a bit more unstable on my Legend. Now...Thomas Martitz1-1/+3
2010-09-12Code style changes in the java part (whitespaces and braces) to match Rockbox...Thomas Martitz5-537/+558
2010-09-12The rockbox header got lost at some point.Thomas Martitz1-0/+21
2010-09-12Android: Use an explicit 8k buffer for unzipping libmisc.so to remove a warni...Thomas Martitz1-2/+2
2010-09-12Use getMinBufferSize instead of hardcoding a buffer size.Thomas Martitz1-14/+11
2010-09-01Android: don't compile powermgmt-sim.cThomas Martitz1-0/+45
2010-08-16Android port: simplify sending touch events from Java->CMaurus Cuelenaere1-9/+10
2010-08-16Android port: add support for hardware keysMaurus Cuelenaere1-4/+20
2010-08-16Android port: use Arrays.fill() instead of a for-loop for clearing a byte arrayMaurus Cuelenaere1-1/+3
2010-08-08A bit of cleanup.Thomas Martitz5-56/+52
2010-08-08Run the pcm callback from a separate OS thread, that seems to make audio play...Thomas Martitz1-4/+14
2010-08-07Android port: The RockboxService introduction broke 1.5/1.6 compability. This...Thomas Martitz1-12/+86
2010-08-07Android port: handle incoming calls.Thomas Martitz1-3/+25
2010-08-05Remove faulty reference to inexistent resource.Thomas Martitz1-1/+1
2010-08-04A bit of work in the pcm driver. Should be a bit more efficient, but more imp...Thomas Martitz1-32/+37
2010-08-04Show/hide notification area icon when starting/stopping playback.Thomas Martitz2-16/+43