Commit Graph

101 Commits

Author SHA1 Message Date
TheFloW
9570a0e656 Update v1.94 2018-06-21 10:12:04 +02:00
TheFloW
066e9c3128 Fixed gamecard mount detection 2018-06-19 23:53:09 +02:00
TheFloW
475d5e4dbb Update v1.93 2018-06-17 19:39:58 +02:00
TheFloW
cc7da5cf7b Update v1.91 2018-06-17 16:31:54 +02:00
Andrin Bertschi
4c090853d6 create new files (#432)
* introduce new file creation, remove new folder from main menu

* aesthetics
2018-06-16 21:54:19 +02:00
TheFloW
61b7b03194 Added ability to open savedatas and trophys decrypted. 2018-03-27 17:15:16 +02:00
TheFloW
0df158b2b7 Fixed updater 2018-03-14 17:11:55 +01:00
TheFloW
0ac979d09e Fixed url 2018-03-14 16:36:32 +01:00
TheFloW
cf73744e7b Use rawgit for automatic updates 2018-03-14 16:24:01 +01:00
TheFloW
1906484303 Update v1.82 2018-03-10 00:26:30 +01:00
TheFloW
0f7d2dae82 Refactored code 2018-01-28 11:28:02 +01:00
TheFloW
36d579b625 Release v1.81 2018-01-27 23:21:46 +01:00
TheFloW
90f9e55cad Added WIP adhoc code 2018-01-27 15:28:51 +01:00
TheFloW
b6af25c0c9 Added adhoc transfer WIP 2018-01-26 11:36:14 +01:00
TheFloW
d498044c2e Release v1.8 2018-01-25 18:24:04 +01:00
TheFloW
ad4f3020ce Added support for password encrypted zip archives 2018-01-03 17:09:22 +01:00
TheFloW
46236aad99 Fixed bug where archives > 2GB couldn't be opened 2018-01-01 20:10:45 +01:00
TheFloW
cc320b16d4 Use libarchive 2017-12-30 20:35:25 +01:00
TheFloW
260c6a76f7 Improved position correction code 2017-12-30 11:43:37 +01:00
TheFloW
078cf049e9 Improved code 2017-12-30 00:23:08 +01:00
TheFloW
9c3ee190ec Update v1.76 2017-10-29 10:56:02 +01:00
VitaSmith
7f2d1134d9 Add license database refresh
A new menu feature "Refresh license database" is now available from the top context menu.

Its action is to parse all the .rif files under ux0:licence/app and ux0:licence/addcont,
and import them to the ux0:licence/license.db SQLite database (which gets created it it
doesn't already exists).

Used in conjunction with the new App/DLC refresh feature, this allows Vita users to
restore their content straight from PKG downloads, and let VitaShell do the job of also
restoring the relevant license from the DB backup.

This also fixes a small typo in LANGUAGE_CONTAINER_SIZE and adds a .editorconfig, to
ensure that the indentation settings of VitaShell are followed by modern code editors.
2017-10-29 01:55:56 +01:00
VitaSmith
627cea57e2 Add DLC refresh + restore license from Sqlite DB
DLC from ux0:addcont/ is now installed during refresh, provided there exists an sce_sys/package/
directory containing: body.bin, head.bin, inst.bin stat.bin, tail.bin, temp.bin and work.bin.
Apart from work.bin, all of these files can be be restored from the official PKG downloads, as
demonstrated by pkg_dec.

Moreover, this patch adds the ability to restore one's RIFs from an ux0:/license/licenses.db
SQLite database with the schema described hereafter (the RIF column being the uncompressed
512-byte binary license):

CREATE TABLE `Licenses` (
  `CONTENT_ID` TEXT NOT NULL UNIQUE,
  `RIF` BLOB NOT NULL,
  PRIMARY KEY(`CONTENT_ID`)
);

With both these feature and provided that one's personal licenses have been backed up in
ux0:/license/licenses.db, Vita users can conveniently restore or reinstall their legally
owned content, straight from Sony's PKG files.
2017-10-26 22:52:22 +01:00
TheFloW
dae62124a2 Cosmetic changes 2017-10-13 12:42:36 +02:00
TheFloW
5a376ca464 Update v1.75 2017-10-02 11:14:15 +02:00
cxziaho
e3f52ccac7 Added maximum length for dialogs 2017-09-19 14:37:43 +12:00
TheFloW
fc794a0ed2 Update v1.74 2017-09-18 13:13:45 +02:00
cxziaho
bdbcb869c2 Now downloads from any URL that points to a file. Fixes C2-13696-5. 2017-09-18 20:30:24 +12:00
TheFloW
ca7f899230 Update v1.73 2017-09-18 08:32:14 +02:00
TheFloW
a303be1b47 Update v1.72 2017-09-17 23:08:35 +02:00
TheFloW
670a44be52 Fixed some bugs 2017-09-17 20:29:43 +02:00
TheFloW
9385a48706 Added ability to mount sd2vita and psvsd as usbdevice 2017-09-16 21:29:48 +02:00
TheFloW
9ec812364c Added ability to open applications without pfs 2017-09-16 13:40:19 +02:00
cxziaho
f90ffa53e2 Added QR Code scanner and file downloader 2017-09-16 21:18:56 +12:00
TheFloW
6835672a1e Added videoexport 2017-06-23 00:09:31 +02:00
TheFloW
718ca49305 Update v1.62 2017-06-03 14:33:14 +02:00
Joel
e5b4680d7d sceRegMgrGetKeyBin already defined in VITASDK
sceRegMgrGetKeyBin has already defined in VITASDK, we no longer need to
redfine it. <psp2/registrymgr.h>, has access to both the regMgr get/set
functions.
2017-05-14 16:11:51 -04:00
TheFloW
16e2e1eeaf Update v1.61 2017-03-18 10:56:46 +01:00
TheFloW
8678f74b56 Finished refresh feature 2017-02-28 19:35:01 +01:00
TheFloW
8d78ef3e6a Added WIP refresh feature 2017-02-27 21:53:38 +01:00
TheFloW
86a4de0271 Added user proxy module 2017-02-26 22:02:29 +01:00
TheFloW
a14cc7f365 Improvements 2017-02-25 10:27:52 +01:00
TheFloW
d8f6fbb336 Cosmetic changes 2017-02-25 00:31:47 +01:00
TheFloW
8a56fec425 Added scrolling text in filebrowser 2017-02-24 22:50:17 +01:00
TheFloW
5fceb7387f Optimized some stuff 2017-02-24 18:42:34 +01:00
TheFloW
6904cb267f Refactored some code 2017-02-13 21:07:09 +01:00
TheFloW
5d63685414 Added uma0: mounting 2017-02-13 11:06:23 +01:00
TheFloW
50700c39a1 General improvement 2017-02-12 16:27:43 +01:00
TheFloW
8d9bfbc708 Update v1.51 2017-01-13 17:41:04 +01:00
TheFloW
c6328a552d Release VitaShell 1.5 2017-01-12 17:45:52 +01:00