summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-09-19Add Fabrice Bellard to the CREDITS.James D. Smith
Change-Id: I62ec626007408d1d760b048cfd4899128c54be4a
2021-07-13New port: Shanling Q1 nativeAidan MacDonald
- Audio playback works - Touchscreen and buttons work - Bootloader works and is capable of dual boot - Plugins are working - Cabbiev2 theme has been ported - Stable for general usage Thanks to Marc Aarts for porting Cabbiev2 and plugin bitmaps. There's a few minor known issues: - Bootloader must be installed manually using 'usbboot' as there is no support in jztool yet. - Keymaps may be lacking, need further testing and feedback. - Some plugins may not be fully adapted to the screen size and could benefit from further tweaking. - LCD shows abnormal effects under some circumstances: for example, after viewing a mostly black screen an afterimage appears briefly when going back to a brightly-lit screen. Sudden power-off without proper shutdown of the backlight causes a "dissolving" effect. - CW2015 battery reporting driver is buggy, and disabled for now. Battery reporting is currently voltage-based using the AXP192. Change-Id: I635e83f02a880192c5a82cb0861ad3a61c137c3a
2021-05-12Add microtar library (for use by M3K bootloader)Aidan MacDonald
This is an MIT-licensed library for reading and writing v7 format tar files. The version here is my fork, which fixes security issues in the original code (it hasn't been updated in 4 years, probably abandoned by the author). Change-Id: I86d41423dacc46e9fa0514b4fc7386a96c216e86
2021-04-02README: Update cross-toolchain infoSolomon Peachy
Change-Id: I23adcc2f08c8a6465b17fe7c755ab68ad0a4d2c4
2021-04-02docs: Add myself to revelant parts of the MAINTAINERS file.Solomon Peachy
Change-Id: I1a5a38eb98527334d98cf115d133b27d3d134a52
2021-03-14erosq: change keymap to fix back buttonDana Conrad
Back button's ACTION_TREE_WPS state in the mainmenu context causes a jump back to the main menu root from anywhere in the settings tree. Changing it to a held button fixes this. Also changed the ACTION_STD_CANCEL functionality of the back button in the standard context to be on release, just because I think it feels better to use. Also added myself to docs/CREDITS Change-Id: Ia5892f4d995431abe0616f00fd5cc8368dd750a2
2021-03-12ipod6g: increase max battery capacityCaleb Connolly
It's possible to get up to 3000mAh batteries for this device, although it requires that you use an iFlash adapter to make enough space. Signed-off-by: Caleb Connolly <caleb@connolly.tech> Change-Id: I0d0d02aa30caffcae4a7e8c805516a1266eef359
2021-03-02Fixed bug in Fiio M3K port where up button didnt work in some menusspencer-brennessel
Change-Id: Ie90230cb841837b10e839e0fb2e80b5fc4401c42
2021-02-27Adding myself to the creditsAidan MacDonald
Change-Id: I1c37e6c7967b7ec679682d319822115653064ed2
2021-02-04puzzles: only build manual for color targetsWolfram Sang
'SUBDIRS' file has puzzles inside a 'HAVE_LCD_COLOR' block. I found this issue because sgt-puzzles was in the Clip+ docs while they were not installed on the target. Change-Id: I8ddf43fa75c8429d2f1a99f13689a5442913748e
2021-01-27skin_engine: Fix %if() when comparing against a negative number.Georg Gadinger
If the tag being checked returns a negative number (e.g. %LI does that when the current list item does not have an icon) the tag's value would always end up being 1. Change-Id: I69ab175b6c46dd7567386e649732dbb8327972fc
2020-12-12FS#13261: Update Dutch Translation (Issa Beganović)Solomon Peachy
Change-Id: Ie8c6c5dc0d70bf214017590789a543faa2f5bc9f
2020-11-12plugin: Un-export find_next_frame()Solomon Peachy
No in-tree users Change-Id: I898623253e43507e9fb9df965be45568ff33880d
2020-11-12pcm: Further cleanup of unused bits of the PCM ACPI:Solomon Peachy
* pcm_get_bytes_remaining() * pcm_calculate_peaks() * pcm_get_peak_buffer() Nothing in-tree uses these at all (except for the lua plugin wrapper) Change-Id: I971b7beed6760250c8b1ce58f401a601e1e2d585
2020-10-31pcm: Get rid of pcm_play_pause() and associated APIsSolomon Peachy
Nothing in the core has used it for some time. It's exported to the plugin API but the last plugins to use it were switched to the mixer API back in 2011. This allows us to get rid of pcm_play_dma_pause() from all audio drivers Change-Id: Ic3fa02592316f84963e41d792d1cabb436d1ff6b
2020-10-25Revert Non-Alpha Updated 8x8 tango iconsWilliam Wilgus
The new icons have no alpha channel thus these are being removed in favor of the old icons (that have alpha and match the rest of the set too) This reverts commit 326b7a5c0c00b1d13cfd1319c1f290d18da8d824. Change-Id: I110725b0a2b705856da194cfb7edf21dd255936e
2020-10-18utils: Add (partial) libtomcrypt.Dominik Riebeling
Add the parts of libtomcrypt that we're about to use. Change-Id: I0adc1d7d1f4833e7bb3ed53b9a4d9a85977cfb8b
2020-10-12Add support for new bootloaders for iRiver h1x0 seriesJames Buren
This resolves a long-standing issue with ATA errors in certain situations, mostly in CF card modified units. Change-Id: Iec23fa6de117a6c9657320432ed585170e95a4eb
2020-09-20voice: rename mp3_play_* functions to voice_play_*Solomon Peachy
Remove mp3_is_playing() entirely, in favor of pcm_is_playing() Remove mp3_play_pause() entirely, as it's a dummy/no-op call Remoce some archos-specific comments Change-Id: I4e9ff323490a93add00809efd19e0d4e3f198b2d
2020-08-10Handle EOF properly in get_flac_metadataYuxuan Shui
Change-Id: I5e581990046a9f4a0859787aff2fd6fc06fbf7f5
2020-07-28Fix IPod 3G USB Recognition ProblemMichaelRey
Allow IPod 3rd generation to recognize when USB is connected and reboot into disk mode. This problem is listed at the bottom of the Ipod status page https://www.rockbox.org/wiki/IpodStatus Change-Id: I8f32afd065d3a91cddc56fe63454bd082bfa29b9
2020-07-28FS#8778: Fix iPod 1G scroll wheel not being enabled (Mark Fawcus and Rune Pade)Solomon Peachy
They confirmed it worked in the original ticket. Change-Id: I949f119554a1e8bbdd0e4160c104cbc4aa2bd17d
2020-07-24Update French translation (Stéphane Moutard-Martin)Solomon Peachy
Change-Id: Ibe247553965024a000749386a95e73dcc18c493e
2020-07-24Plugin Api update with added functionsWilliam Wilgus
Change-Id: I3c48c999da240f68f4960d2e137c613b224beb5c
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy
Note: I left behind lcd_bitmap in features.txt, because removing it would require considerable work in the manual and the translations. Change-Id: Ia8ca7761f610d9332a0d22a7d189775fb15ec88a
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy
'swcodec' is now always set (and recording_swcodec for recording-capable units) in feature.txt so the manual and language strings don't need to all be fixed up. Change-Id: Ib2c9d5d157af8d33653e2d4b4a12881b9aa6ddb0
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy
HAVE_LCD_BITMAP is now redundant. lcd_bitmap is always-on in features.txt so manual and lang strings don't have to change Change-Id: I08eeb20de48099ffc2dc23782711af368c2ec794
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy
This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061
2020-07-08FS#13211: Updated Serbian Translation (Boris Kovačević)Solomon Peachy
Change-Id: I4c893e3c6394c12067e07b1f3ed00f96b2deee9e
2020-07-07docs: Get rid of the long-obsolete KNOWN_ISSUES fileSolomon Peachy
Change-Id: I6ed1a96f690f6ff227e9abb1e9815e9e36914f32
2020-06-25CREDITS: Remove duplicate entrySolomon Peachy
Change-Id: I8882d2d726748ad7283df8eaecf48b749681271d
2020-06-25 PictureFlow fixes:Adrián Tinoco
- Extra data structure to store artist info. - Create_album_index modified to perform a different query. - Added load and save functions to store the data index in HDD. - Album collisions fixed. - New config options to perform rescans. - Extra fields added to lang files: english and spanish. Update CREDITS Change-Id: I31814b38d8b4e7fa4b65f5e6e51aa5f00d271ece
2020-06-07Update CREDITS.Solomon Peachy
Change-Id: Icc4abdf28c29d06a883ebd1298f58992a1397157
2020-06-07misc: Remove all 'twiki' references in favor of up-to-date 'wiki' links.Solomon Peachy
(This migration happened over a decade ago!) Change-Id: Ib396414a16f2d763e549af49e3f3b03047dab49c
2020-05-23Updated 8x8 tango iconsWilliam Wilgus
committed on behalf of Aurélien Coudurier Change-Id: Idfa870d02b29c7be38517692a26cfa1de83bec8c
2020-05-18FS#13195: rocker: Improved root menu keymap (Howard Richardson)Solomon Peachy
This patch addresses a keymapping anomaly on the Rocker. Currently the Power button when pressed inside a sub-menu will return you to the root of the menu. However when pressed again it returns you to the sub-menu you were in previously. This is at odds with how other ports work and makes it difficult to return to the WPS without manually selecting it on the root menu. This patch copies the behaviour of the home button on the Sansa Clip+. Pressing it once will exit a sub-menu and bring you back to the root menu. Pressing it again takes you to the WPS. No functionality is lost or covered up by making this reassignment. Change-Id: I17789457d49b087a2b4c75f4490ec722d9479a9b
2020-05-17Add James D. Smith to the CREDITSSolomon Peachy
Change-Id: Ice69a9325ff9120c1d23ba6b7fc84de6b9475635
2020-04-19translation from English to JapaneseKei Miyamoto
Change-Id: I0fc78b25e2f599b630f1e964a57451d25afbc332 Signed-off-by: Kei Miyamoto <RUyJKoKTHc9YMxAm3_MwdKTf4fkeLSz@yahoo.co.jp>
2020-04-11FS13189: Norweigan Language Update (Alexander Drammen)Solomon Peachy
Change-Id: I77b3d0ee9b48b6bf16f297ec01c59ad5236f06de
2020-04-10enable keylock for Sony NWZ-E370/E380Johannes König
enable keylock in WPS and FMS by simultaniously pressing POWER and BACK. It was necessary to change the ACTION_FM_EXIT from BUTTON_BACK-button-press-event to BUTTON_BACK|BUTTON_REL-event and BUTTON_BACK|BUTTON_REPEAT-event to easily be able to press BUTTON_POWER|BUTTON_BACK without accidentally triggering ACTION_FM_EXIT. also rebase to current master and add myself to docs/CREDITS Change-Id: I263a034d0d8fd047d39265e3598ae7936dd8133d
2020-04-09rbutil: Add bspatch and libbzip2Solomon Peachy
This is to enable binary patching of Hiby-based firmware files Note that noting in rbutil uses this yet. Change-Id: I03ac824dd7402d508eb4e857ad78f184eb0d0243
2020-03-30FS13181: Updated German translation (Wilfried Winkler)Solomon Peachy
Change-Id: I8aad270c859c05f29b5630082beac0b2e62f22af
2020-03-29FS#13191: Update Italian Translation (David Chionne)Solomon Peachy
Change-Id: I81f3e2ad5caa8e68c23536dc1781e963fb8a9317
2020-03-29FS#13186: IAP: Send periodic updates in mode 4 (Stefan Ott)Solomon Peachy
Devices in IAP mode 4 do not explicitly request specific notifications, thus they don't get *any* periodic notifications at the moment (in particular, they miss the track position updates that are supposed to be sent out every 500 ms). The attached patch fixes this by skipping an early return for devices in IST_EXTENDED state. Change-Id: I23e35247dd0494e537429d4fd9d51dc7f4653d76
2019-08-20FS#9213 - Fix for audio dropout after startupIgor B. Poretsky
Original Patch by Martin Buck Updated by Igor Poretsky
2019-08-09quake: credit the PQ authorsFranklin Wei
We do use their code... Change-Id: Ia32dc0168a00fcea416418e4caa48b51818ef5d2
2019-08-05FS#13071: Updated Chinese (Traditional) TranslationSolomon Peachy
Courtesy of Guo Zhong Kai Change-Id: Ic117fa1f01ea507c970521f54b130a0f47301d89
2019-08-04Remove doubled name from docs/CREDITSMoshe Piekarski
Change-Id: I08cd5c13a81f98163808bcca0c82f6baf8e49d7e
2019-08-04Fuze+ hotkeys and quickscreenMoshe Piekarski
Add bottom left as quickscreen and bottom right as hotkey acroos the board for fuze+. Meant as a stopgap until gesture support becomes good enough that it is unnecessary Also adds my name to CREDITS Change-Id: If1729b7d53d967081b6d97a9a49cd66312c96ed4
2019-07-31FS#11052 -- SID Playback in StereoSolomon Peachy
Original patch by Stefan Waigand Updated by Igor Poretsky Change-Id: Icaf7beb8349ab90e21b94baee627c9412cb2b55d