More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Other Apps) - GameBrew! | |title=Vita Homebrew Apps (Other Apps) - GameBrew! | ||
Line 11: | Line 10: | ||
|description= Homebrew Browser and Downloader for PSVITA with background downloads support. | |description= Homebrew Browser and Downloader for PSVITA with background downloads support. | ||
|author=M Ibrahim | |author=M Ibrahim | ||
|lastupdated= | |lastupdated=2022/11/07 | ||
|type=Other Apps | |type=Other Apps | ||
|version= | |version=1.1 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/betterhomebrewbrowservita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/betterhomebrewbrowservita.7z | ||
Line 20: | Line 19: | ||
}} | }} | ||
Homebrew Browser and Downloader for PSVITA with background downloads support. | Homebrew Browser and Downloader for PSVITA with background downloads support. | ||
==Features== | |||
*It is the second ever app to use Sony's PlayStation Application Framework (PAF) | |||
*It is blazing fast | |||
*It is multithreaded so that you won’t get stopped by a single screenshot | |||
*It has background downloading | |||
*It can download from both CBPS-DB and VitaDB | |||
*It looks, sounds, and feels almost exactly like the official PlayStation Store App | |||
*It can be opened alongside other apps | |||
*It has tunes (Yes, I've run out of things now) | |||
*It can link to VitaDB and CBPSDB, with both app and data file suppourt | |||
==Adding new language:== | |||
Use [https://github.com/Ibrahim778/BetterHomebrewBrowser/blob/master/resource/rco/src/locale/en.xml English locale] as base. Name your translation vbackup_locale_XX.xml, where XX is language code. Supported language codes can be seen [https://github.com/Ibrahim778/BetterHomebrewBrowser/blob/master/resource/rco/src/bhbb_plugin.xml#L281 here] (id attribute). | |||
* Submit your translation as pull request, it will be added in the next release. | |||
==Media== | ==Media== | ||
<youtube>tJyZM0HDqA0</youtube> | <youtube>tJyZM0HDqA0</youtube> | ||
==Screenshots== | ==Screenshots== | ||
Line 30: | Line 43: | ||
https://dlhb.gamebrew.org/vitahomebrews/betterhomebrewbrowservita-03.jpg | https://dlhb.gamebrew.org/vitahomebrews/betterhomebrewbrowservita-03.jpg | ||
https://dlhb.gamebrew.org/vitahomebrews/betterhomebrewbrowservita-04.jpg | https://dlhb.gamebrew.org/vitahomebrews/betterhomebrewbrowservita-04.jpg | ||
== | ==Changelog== | ||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First | * Completely remade most of the app from the ground up | ||
* New page design and layout | |||
* Added data file support | |||
* Now uses official SceDownload for downloading apps and files, thus, background downloads will no longer be terminated when opening an enlarged memory mode game | |||
* More polish, should crash less | |||
* Requires iTLS-Enso | |||
* DELETE ux0:data/betterHomebrewBrowser before using this build!! | |||
'''V0.61B''' | |||
*Fixed several bugs from last release | |||
'''V0.51B''' | |||
*Fixed some minor annoyances. | |||
*Added version info in credit's | |||
*Reverted changes made to list. | |||
'''V0.5B''' | |||
*Fixed even more bugs and leaks. | |||
*Added better error handling in bgdl | |||
*Fixed CBPS-DB Icons | |||
*Fixed pretty much all crashes. | |||
'''V0.4B''' | |||
*Fixed lot's (if not all) crashes. | |||
*Numerous bug fixes and memory leak fixes | |||
*Added a few more things in settings page (Terminate BGDL to update/delete) | |||
*Fixed stdc conflicts (thanks Graphene) | |||
'''V0.32B''' | |||
*Sharper Livearea assets | |||
'''V0.3B''' | |||
*Fixes a bug when loading screenshot in info page. | |||
'''V0.31B''' | |||
*Fix Page margins in RCO | |||
'''V0.2B''' | |||
*Probably fixes the crash on load bug. Probably | |||
'''V0.1B''' | |||
*First Open Beta. | |||
==Credits== | |||
*Thanks to GrapheneCt for ScePaf reversing, help, and EMPVA (Reference) and his CXML Compiler (Not Released) | |||
*Thanks to SomeonPC (RIP) for Livearea™ assets and beta testing | |||
*Thanks to SparklingPheonix for beta testing | |||
== External links == | == External links == | ||
* Github - https://github.com/Ibrahim778/BetterHomebrewBrowser | * Github - https://github.com/Ibrahim778/BetterHomebrewBrowser | ||
* VitaDB - | * VitaDB - https://vitadb.rinnegatamante.it/#/info/734 | ||
Revision as of 06:46, 8 November 2022
Better Homebrew Browser | |
---|---|
File:Betterhomebrewbrowservita.jpg | |
General | |
Author | M Ibrahim |
Type | Other Apps |
Version | 1.1 |
License | GPL-3.0 |
Last Updated | 2022/11/07 |
Links | |
Download | |
Source | |
Homebrew Browser and Downloader for PSVITA with background downloads support.
Features
- It is the second ever app to use Sony's PlayStation Application Framework (PAF)
- It is blazing fast
- It is multithreaded so that you won’t get stopped by a single screenshot
- It has background downloading
- It can download from both CBPS-DB and VitaDB
- It looks, sounds, and feels almost exactly like the official PlayStation Store App
- It can be opened alongside other apps
- It has tunes (Yes, I've run out of things now)
- It can link to VitaDB and CBPSDB, with both app and data file suppourt
Adding new language:
Use English locale as base. Name your translation vbackup_locale_XX.xml, where XX is language code. Supported language codes can be seen here (id attribute).
- Submit your translation as pull request, it will be added in the next release.
Media
Screenshots
Changelog
(v.1.0)
- Completely remade most of the app from the ground up
- New page design and layout
- Added data file support
- Now uses official SceDownload for downloading apps and files, thus, background downloads will no longer be terminated when opening an enlarged memory mode game
- More polish, should crash less
- Requires iTLS-Enso
- DELETE ux0:data/betterHomebrewBrowser before using this build!!
V0.61B
- Fixed several bugs from last release
V0.51B
- Fixed some minor annoyances.
- Added version info in credit's
- Reverted changes made to list.
V0.5B
- Fixed even more bugs and leaks.
- Added better error handling in bgdl
- Fixed CBPS-DB Icons
- Fixed pretty much all crashes.
V0.4B
- Fixed lot's (if not all) crashes.
- Numerous bug fixes and memory leak fixes
- Added a few more things in settings page (Terminate BGDL to update/delete)
- Fixed stdc conflicts (thanks Graphene)
V0.32B
- Sharper Livearea assets
V0.3B
- Fixes a bug when loading screenshot in info page.
V0.31B
- Fix Page margins in RCO
V0.2B
- Probably fixes the crash on load bug. Probably
V0.1B
- First Open Beta.
Credits
- Thanks to GrapheneCt for ScePaf reversing, help, and EMPVA (Reference) and his CXML Compiler (Not Released)
- Thanks to SomeonPC (RIP) for Livearea™ assets and beta testing
- Thanks to SparklingPheonix for beta testing