Commit Graph

759 Commits

Author SHA1 Message Date
TheOfficialFloW
104c080e8b
Merge pull request #333 from azumukupoe/master
Update japanese.txt
2017-12-10 16:02:03 +01:00
azumukupoe
5922ce7f3b
Update japanese.txt 2017-12-08 15:39:47 +09:00
TheOfficialFloW
5835256075
Merge pull request #330 from WesleyPolicena/patch-1
Update for VitaShell 1.76
2017-11-25 13:03:05 +01:00
WesleyPolicena
13e76d77ac
Update for VitaShell 1.76
- Update strings for VitaShell 1.76
- Translated new strings to Pt_br
2017-11-25 10:02:11 -02:00
TheOfficialFloW
6ab629a148
Merge pull request #322 from xy2iii/l10n
Add translation (l10n) files to VitaShell
2017-11-03 17:39:03 +01:00
xy2iii
015b7e68b0 Add notification about language files in README
Remove the old reference to vitashell-themes, and a small phrase about
l10n.
2017-11-03 16:06:59 +01:00
xy2iii
3e0238b9fb Merge translations into l10n branch
A simple merge into a new 'l10n' branch in VitaShell.
--allow-unrelated-histories was used.
2017-11-03 15:41:45 +01:00
xy2iii
d6af778e33 Remove useless folders and unreferenced objects
Take vitashell-themes, remove all folders except translations, move
these translations to "l10n", and remoe unreferenced objects. This was
done in order to keep the entire commit history of changes (the last
thing I would want to do is lose it, especially with git which makes
this easy) and also significantly make the size of the repo smaller; it
went from ~40mb to 300kb, which is much easier to merge to VitaShell.

What about the other folders in vitashell-themes? Well, they're kept
alive in the repo, but it's going to stay unmaintained; they're not
deleted outright to avoid wasting the effort which has been done for
them, and in case someone referenced the vitashell-themes repo for a
non-translation.
2017-11-03 15:33:20 +01:00
Sora3100
f6785f6c88 Update Hungarian for 1.76
does anyone even use this
2017-11-01 16:30:42 +01:00
xy2iii
b3207ee35e Merge pull request #202 from theheroGAC/patch-6
Update italian.txt for vitashell 1.76
2017-10-31 12:52:36 +01:00
manwithnoface
1312907901 update russian.txt for 1.76 2017-10-30 16:59:19 +03:00
theheroGAC
d5c99d5f58 Update italian.txt 2017-10-29 16:09:14 +01:00
theheroGAC
900677c1bf Update italian.txt for vitashell 1.76 2017-10-29 16:04:38 +01:00
TheFloW
9c3ee190ec Update v1.76 2017-10-29 10:56:02 +01:00
TheOfficialFloW
72c0d5f3de
Merge pull request #314 from VitaSmith/license_db
Add license database refresh
2017-10-29 10:22:19 +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
xy2iii
339c53c091 Merge pull request #193 from Ch3ck3r-DE/patch-1
Updated german translation for VitaShell 1.62
2017-10-28 17:56:27 +02:00
xy2iii
13d0ad1a20 Merge pull request #194 from Darkmet98/master
Updated spanish.txt to 1.74
2017-10-28 17:56:20 +02:00
xy2iii
097931269d Merge pull request #199 from theheroGAC/patch-5
Update italian.txt for VitaShell 1.75
2017-10-28 17:55:27 +02:00
xy2iii
3b8cf15500 Merge pull request #200 from 1upus/patch-11
Update russian.txt for 1.74
2017-10-28 17:54:30 +02:00
TheOfficialFloW
048b822e9f Merge pull request #310 from VitaSmith/VitaSmith
Add DLC refresh + restore license from Sqlite DB
2017-10-27 08:21:59 +02: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
哘雅楽乃
0766292181 Update for vitashell 1.74 2017-10-05 23:09:17 +09:00
TheOfficialFloW
0ae63daf56 Merge pull request #296 from Cpasjuste/master
add host0 support
2017-10-02 11:36:34 +02:00
TheFloW
5a376ca464 Update v1.75 2017-10-02 11:14:15 +02:00
manwithnoface
2637c0907e Update russian.txt for 1.74
Some fixes
2017-10-01 19:35:27 +03:00
TheFloW
f463fe3689 Fixed Memory Card remount bug 2017-09-30 17:31:05 +02:00
cpasjuste
b1830540a6 add host0 support for psp2shell (usb) 2017-09-28 11:10:03 +02:00
theheroGAC
7f27c3323e Update italian.txt for VitaShell 1.74
Update italian.txt for VitaShell 1.74
2017-09-22 19:04:04 +02:00
cxziaho
45e9f755aa Fixed memory leak 2017-09-19 22:41:53 +12:00
cxziaho
e3f52ccac7 Added maximum length for dialogs 2017-09-19 14:37:43 +12:00
cxziaho
c8ec848b15 Fixed NETWORK_FAILURE dialog 2017-09-19 12:32:54 +12:00
cxziaho
12116311f3 Fixed URLs that link to files 2017-09-19 12:24:38 +12:00
TheOfficialFloW
a9d3cee60d Update changeinfo.txt 2017-09-18 13:25:58 +02:00
TheOfficialFloW
5a7b2a3346 Update changeinfo.txt 2017-09-18 13:17:04 +02:00
TheFloW
fc794a0ed2 Update v1.74 2017-09-18 13:13:45 +02:00
TheFloW
9ed04d7b22 Fixed QR download 2017-09-18 13:08:54 +02:00
TheOfficialFloW
a29a420eb4 Update usb.c 2017-09-18 12:06:02 +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
09ec466110 Disable server verify for QR download 2017-09-17 22:59:38 +02:00
TheFloW
6ca9db843b Fixed some bugs 2017-09-17 22:55:32 +02:00
TheFloW
3c5378c017 Fixed files export from pfs path 2017-09-17 21:15:43 +02:00
TheFloW
ed61f704ab Update v1.71 2017-09-17 20:45:07 +02:00
TheFloW
f0479447bf Fixed some bugs 2017-09-17 20:30:58 +02:00
TheFloW
670a44be52 Fixed some bugs 2017-09-17 20:29:43 +02:00
TheFloW
63e481171d Update v1.7 2017-09-17 16:55:29 +02:00
TheFloW
d149bcd569 Give VitaShell more permissions 2017-09-17 16:30:49 +02:00