Commit Graph

34 Commits

Author SHA1 Message Date
Joel16
562b196d7d gui: Add new tab to swap page positions and span all buttons to available window width 2022-06-30 23:30:22 -04:00
Joel16
4144652b09 applist: Use enums to explictly describe value checks 2022-06-28 13:46:14 -04:00
Joel16
c5665cd892 applist: Use cosnt where necessary 2022-06-07 09:31:22 -04:00
Joel16
e84723abd5 applist: Add option to sort apps inside folders/outside only and introduce new settings menu to access beta features 2022-06-06 09:46:51 -04:00
Joel16
f92dbe59ac applist: Do not sort on copied app.db, instead sort and replace existing tbl_appinfo_icon if successful 2022-01-28 00:53:25 -05:00
Joel16
e4b05446eb sqlite: Use constexpr db_path and log errors if sqlite3_open_v2 failed 2022-01-27 22:05:39 -05:00
Joel16
71d8d8042e applist: Fix titles with single quotes not being parsed correctly 2022-01-10 00:12:33 -05:00
Joel16
5950cbea73 applist: Use sceClibSnprintf instead of sceClibStrncpy 2021-12-30 13:26:11 -05:00
Joel16
900cdd2399 applist: Create new table with sorted values and replace old one instead of hacky reset 2021-12-30 01:44:42 -05:00
Joel16
05af596590 applist: Do not free error if sqlite3_exe doesn't fail 2021-12-29 14:44:00 -05:00
Joel16
7bbee0329c applist: Properly log sqlite3_exec errors 2021-12-29 14:23:21 -05:00
Joel16
02d52933aa applist: Use icon0Type instead of reserved02 to handle icons with no title or titleID 2021-12-29 00:58:27 -05:00
Joel16
be42eab82d gui: Clean-up compiler flags/fix warnings and use start to exit application 2021-09-01 18:43:44 -04:00
Joel16
415c2a4d53 power: Lock power during the sorting process (prevent auto-suspend) 2021-08-27 19:50:35 -04:00
Joel16
647335c216 gui: Consistency changes and reorganize UI tabs into seperate functions 2021-08-27 00:18:04 -04:00
Joel16
c493e7870a core: Pass value by reference instead of pointer 2021-08-24 18:56:47 -04:00
Joel16
a4c03ae76a gui: Clean up app counter and also apply sort to child apps 2021-08-24 18:39:30 -04:00
Joel16
7f228744a8 gui: Display child apps as nodes under their parent app trees 2021-08-24 01:11:44 -04:00
Joel16
01201a0548 applist/sqlite/utils: Make use of sceClib 2021-07-20 19:54:31 -04:00
Joel16
f297eb45b4 applist: Remove copy of app.db when sorting is complete 2021-04-30 14:56:52 -04:00
Joel16
62bfe6cf6d applist: Make db edits to a copy of app database and not the actual 2021-04-28 00:01:42 -04:00
Joel16
61c8d40a89 applist: Fallback to using reserved02 if reserved01 is not found 2021-04-27 20:03:16 -04:00
Joel16
19ff15c4e6 applist: Add option to sort by Title IDs 2021-04-20 14:34:45 -04:00
Joel16
cd566bf3c1 fs: Cleanup FS::ReadFile impl and fix memory leaks (data was never being freed after being read) 2021-04-19 14:47:28 -04:00
Joel16
962445ce7c applist: Log SQL query if error occurs instead of the error string returned by sqlite3_exec 2021-04-18 14:48:05 -04:00
Joel16
8800c096d9 applist: Properly handle folders with no names and pageIds that are not in sequential order 2021-04-18 12:19:19 -04:00
Joel16
7812b7f51e applist: Restore backup if SQL exec fails after sort is applied 2021-04-17 19:50:05 -04:00
Joel16
6312530bb3 applist: Revert test case changes 2021-04-16 15:02:38 -04:00
Joel16
4ffee285ef applist: Get reserved01 field for folders to work around SQL's unique constraints 2021-04-16 15:01:34 -04:00
Joel16
1f80aea8aa applist: Create an original app.db.bkp before making other backups that are overwritten 2021-04-15 12:54:31 -04:00
Joel16
7fad0f5a86 gui: Cleanup prompts and display warning message if loadout is outdated 2021-04-12 23:39:28 -04:00
Joel16
e781361a6c gui: Add button/popup to restore app.db backup 2021-04-09 11:29:44 -04:00
Joel16
2abb13e579 applist: Backup db before applying sort and log if errors occur 2021-04-08 11:58:17 -04:00
Joel16
8446b9d795 vhbs: Initial source commit 2021-04-08 01:15:36 -04:00