## GitHub - [ ] GitHub limit requests per hour (error 403), we may need to use API keys ## Performance - [x] In JSRuntime & Extensions `Library` tab is sucking the FPS to 15! [Done in 1.1] - [x] Also `Library` tab has memory leak/increase [Done in 1.1] ## Resolution - [x] Older devices has 720p size, with default DPI reduce 0.60 it become low quality [Done in 1.1] - [ ] Custom DPI below 0.50 seems to be fall back to 0.50 ## Pictures - [x] Long press on quick image preview calling context [Done in 1.1] - [x] Image viewer (standalone) zoom need fix (the one in files browser stable) [Done in 1.1] ## UI - [x] buttons in files browser & cloud are not 100% fit on smaller screens [Done in 1.1] - [x] Tasks progress spinner (Home Grid) has offset on smaller screens [Done in 1.1] - [x] Addons icons should be part of the home child, currently they should separate scroll [Done in 1.1] - [x] Update notice seems to appear below home grid [Done in 1.3] - [x] It seems notifications impacting the tabs touch response [Done in 1.3] ## Cache - [x] It seems we don't have cache invalidate when the same file replaced [Done in 1.1] - [x] When image updated, GPU cache don't force vertex update [Done in 1.2.1] ## Behavior - [x] When we open extension (DLL) the app shouldn't ask for run [Done in 1.1] - [x] If notification visible, bottom bar will have bad response [Done in 1.1] - [x] Update check shouldn't show error notification if failed [Done in 1.3] - [x] Update notice should appear only if it there is higher version [Done in 1.3] - [ ] Reported error `Failed to update value (User Agent)` - [x] Avoid using `%zu` for 8.1 or in general [Done in 1.3] ## Cloud - [x] I accidentally made GamingRepo token expired should be updated [Done in 1.1] - [x] The app shouldn't crash when readme isn't exists [Done in 1.1] - [x] In some cases readme was crashing on certain image (html) syntax [Done in 1.1] - [x] Archive.org are not able to restore collection with certain names [Done in 1.2] ## Archives - [ ] Extract on SDCard without root access crash - [ ] Compress fail on some tests need to debug and fix - [ ] Compress will fail if files has chars like `%`, on 10 it crash also - [ ] Files with 0 size not getting extracted ## Packages - [x] Package data location on mobile is wrong [Done in 1.1] - [x] Pinned apps don't load with packages [Done in 1.2.1] - [x] Registered packages don't get listed [Done in 1.3] ## Files - [x] In some cases when folder is not exists or empty it show (access issue) message [Done in 1.1] - [x] Even when we search and no results it show the same message (related to above) [Done in 1.1] - [x] Quick folder context actions are confusing and some don't work [Done in 1.2] - [x] Also regarding to quick actions, `Choose` seems to choose root instead [Done in 1.2] - [x] Clicking on `Files` when pointer in position closer to the files table header [Done in 1.2] - [x] Failed to grant access has "Success" notify, also it appear on cancel [Done in 1.3] - [x] Copy/Move..etc seems to ignore empty folders [Done in 1.3] - [ ] Choose folder don't list SDCard items, but works on file picker - [ ] Seems removableStorage cap is causing issues with files listing - [ ] Copy from SDCard seems has issues (large files) on locked OS ## TextEditor - [ ] It seems horizontal scroll don't adjust cursor location - [ ] Also when we edit after scrolling horizontally it get off screen and hard to track ## Markdown - [x] Viewer crash on some downloaded content [Done in 1.3] ## Extensions - [x] Extension addon name is getting out of the icon box if it was long [Done in 1.1] - [x] UI button prevent others to be opened together [Done in 1.2.1] - [x] If ext has grid & startup removed and loaded directly it crash [Done in 1.3] - [x] Installed extensions should cleanup their configs upon removal [Done in 1.3] - [x] Extension don't unset registered types when unloaded [Done in 1.3] - [ ] `SetFullModeState` is causing window to lose focus - [ ] Seems 8.1 Screen::Width/Height API don't report scaled screen size like 10 - [ ] Unloading extension while UI minimized, will not restore if it loaded again - [x] The x86 version has issue with the addons grid [Done in 1.3] ## Queue - [ ] If task in progress, when trying to clear finished tasks the app crash - [ ] Crash happens as well when browsing registry tree while task in progress - [ ] Suspects that also it may crash when phone locked while task running ## Wallpaper - [x] Cannot change more than once if `background.png` not removed [Done in 1.3] - [x] Missing custom background could cause crash on startup [Done in 1.3] ## Online - [x] DownloadFile is using `std::ofstream` which is bad for outside access [Done in 1.1] ## D3D - [x] `LoadCompiledShader` are using `std::ifstream` very bad for outside access [Done in 1.1] - [x] Seems x86 version cannot locate the sample demo shader [Done in 1.3]
GitHub
Performance
Librarytab is sucking the FPS to 15! [Done in 1.1]Librarytab has memory leak/increase [Done in 1.1]Resolution
Pictures
UI
Cache
Behavior
Failed to update value (User Agent)%zufor 8.1 or in general [Done in 1.3]Cloud
Archives
%, on 10 it crash alsoPackages
Files
Chooseseems to choose root instead [Done in 1.2]Fileswhen pointer in position closer to the files table header [Done in 1.2]TextEditor
Markdown
Extensions
SetFullModeStateis causing window to lose focusQueue
Wallpaper
background.pngnot removed [Done in 1.3]Online
std::ofstreamwhich is bad for outside access [Done in 1.1]D3D
LoadCompiledShaderare usingstd::ifstreamvery bad for outside access [Done in 1.1]