Commit Graph

68 Commits

Author SHA1 Message Date
Sunguk Lee
680dd60080
Fix build fault with new [buildtool patch][1] (#562)
- partialy support building with ninja; need to fix `release` and `send`
- detection module path using CMAKE_BINARY_DIR; but dirty hack

[1]: https://github.com/vitasdk/vita-toolchain/commit/4545e75e6
2020-02-10 23:24:11 +02:00
Princess of Sleeping
3e7b07f665 Do not load the same kernel module many times (#527)
Thanks!
2019-01-25 21:06:08 +01:00
TheFloW
acf8956404 Moved browser related stuff to browser.c 2018-09-13 14:46:10 +02:00
Andrin Bertschi
8eff0e6bba Feature/bookmarks (#487)
* wip

* add symlink functions

* introduce symlink drawing

* remove warnings

* add symlink theme

* wip

* better magic number compare

* wip

* wip

* refactoring

* resolve links

* add theme

* nested dir symlink contxt

* nested symlinks with correct sel position

* remove todos

* wip non compiling

* archive mode

* resolve files

* add context menu

* resolve files correctly

* err code

* add shortcut for bookmarks

* recent files

* l/r switching

* wip

* menu changes

* bookmark dialog

* wip

* add sort mode

* recent files

* dont store parent dir in recent files

* clean up

* recent menu entry

* error msgs

* code style ptr

* arrow

* new menu entries

* remapping shortcuts

* introduce symlink ext

* fix symlink extension

* file extension behaviour for folders

* clean recent files

* typo

* change order of delete for recent folder

* use left arrow key for shortcut not L key

* skip symlink hierarchies when pressing O in bookmarks/ recent files

* hide new bookmark entry when bookmark folder selected
2018-09-13 12:00:30 +02:00
TheFloW
b98ce6b46c Fixed cmake dependencies. Thanks to @devnoname120 2018-08-27 15:29:02 +02:00
TheFloW
475d5e4dbb Update v1.93 2018-06-17 19:39:58 +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
1ad798b503 Finished adhoc file transfer 2018-01-27 22:37:09 +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
840c604b9d Improved controls 2018-01-25 22:22:07 +01:00
TheFloW
e9b0ca917d Fixed archive bug and added new Electron settings look 2018-01-01 12:47:49 +01:00
TheFloW
6f790862d6 Update v1.77 2018-01-01 12:11:02 +01:00
TheFloW
a9f68eb475 Fixed OSK freeze 2017-12-30 13:01:48 +01:00
TheFloW
260c6a76f7 Improved position correction code 2017-12-30 11:43:37 +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
TheFloW
09ec466110 Disable server verify for QR download 2017-09-17 22:59:38 +02:00
cxziaho
f90ffa53e2 Added QR Code scanner and file downloader 2017-09-16 21:18:56 +12:00
TheFloW
476e99fb45 Updated to newest SDK 2017-09-15 22:10:42 +02:00
TheFloW
66bfdadfd5 Removed molecularShell related stuff 2017-06-23 00:21:00 +02:00
TheFloW
6835672a1e Added videoexport 2017-06-23 00:09:31 +02:00
TheFloW
16e2e1eeaf Update v1.61 2017-03-18 10:56:46 +01:00
TheFloW
daf6b30b46 Update v1.60 2017-03-17 22:48:36 +01:00
TheFloW
cdd77f6559 Inherit file statistics 2017-03-05 18:31:21 +01:00
TheFloW
8120486639 Improved some stuff 2017-03-05 15:27:16 +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
6904cb267f Refactored some code 2017-02-13 21:07:09 +01:00
TheFloW
5d823f5f21 Fixed restart bug 2017-02-13 16:53:53 +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
TheFloW
ea3a193528 Improved stuff 2016-12-19 22:54:53 +01:00
TheFloW
762c28614a Add support for custom pgf 2016-12-12 19:56:02 +01:00
TheFloW
7f687d1c61 HENkaku config reload, default version 3.63 2016-11-26 18:03:59 +01:00
thhoang99
ad28f4a30f added res to theme.c 2016-10-18 19:35:35 +07:00
TheFloW
136ed9ec43 Changed some stuff and added unsafe fself checking for all files. 2016-10-15 11:53:10 +02:00
thhoang99
c52f6cd357 UI2 2016-10-04 12:10:15 +07:00
littlebalup
7ca413410e Added WI-FI icon 2016-09-25 01:00:52 +02:00
littlebalup
dd4a15d166 Added ability to load custom pgf font file 2016-09-21 18:52:59 +02:00
TheFloW
a5a12502ac Delete VitaShell updater after updating. 2016-09-20 16:18:24 +02:00
TheFloW
371bcdd568 Added photo/music export feature. 2016-09-14 11:33:52 +02:00
TheFloW
cbe96a16b7 Release v1.00 2016-09-12 22:34:03 +02:00