More actions
(Created page with "{{Infobox PSP homebrew | title = FanFiction Net Browser | image = https://dlhb.gamebrew.org/psphomebrew/FanFiction-NetBrowser.jpg|250px | type = Utilities | version = v1.0a |...") |
m (Text replacement - "Category:Lua applications for PSP" to "Category:Lua applications on PSP") |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox PSP | {{Infobox PSP Homebrews | ||
| title = FanFiction Net Browser | |title=FanFiction Net Browser | ||
| image = | |image=fanfictionnetbrowser.jpg | ||
| type = Utilities | |description=A browser application for the popular website FanFiction.Net. | ||
| version = | |author=criptych | ||
| | |lastupdated=2011/05/21 | ||
| | |type=Utilities | ||
|version=1.0a | |||
| | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/psphomebrew/ffn_update1_signed.rar | |||
|website=https://wololo.net/talk/viewtopic.php?t=6153 | |||
}} | }} | ||
FanFiction.Net Browser is a PSP browser for the website FanFiction.Net written by Criptych. | FanFiction.Net Browser is a PSP browser for the website FanFiction.Net written by Criptych. | ||
It | It was featured in the PSP Genesis Competition 2011 (Apps). | ||
Features | ==Features== | ||
* Browse fanfiction by category. | |||
* Search by author name or story title/summary. | |||
* View category and author feeds. | |||
* Read stories with basic formatting (bold, italic, underline). | |||
User guide | ==User guide== | ||
To customize splash image, replace file SPLASH.JPG in the folder containing EBOOT.PBP. | |||
Note: The lastest version 1.0a has been signed and shrinked by the | '''Note:''' The lastest version 1.0a has been signed and shrinked by the author. | ||
Controls | ==Controls== | ||
D-Pad Up/Down - Move Up/Down one line | D-Pad Up/Down - Move Up/Down one line | ||
D-Pad Left/Right - Move Up/Down one screen, To the Top/Bottom (for lists) | D-Pad Left/Right - Move Up/Down one screen, To the Top/Bottom (for lists) | ||
Start/Select - Not assigned | Start/Select - Not assigned | ||
Known issues | ==Known issues== | ||
Screen flickers sometimes, especially in system dialogs - in extreme cases may black out every other keypress (seems to be a vsync problem). | Screen flickers sometimes, especially in system dialogs - in extreme cases may black out every other keypress (seems to be a vsync problem). | ||
Line 40: | Line 40: | ||
New bug in the Categories view: Using L/R Trigger to skip to Previous/Next letter does not scroll properly if the new selection is offscreen. | New bug in the Categories view: Using L/R Trigger to skip to Previous/Next letter does not scroll properly if the new selection is offscreen. | ||
Changelog | ==Changelog== | ||
1.0a PSP Genesis Competition update | '''1.0a PSP Genesis Competition update''' | ||
* Changed word-wrap algorithm, a little bigger and slower but looks nicer. | |||
* Fixed incorrect search results matching. | |||
* More minor bug fixes. | |||
1.0 PSP Genesis Competition release | '''1.0 PSP Genesis Competition release''' | ||
* Added search function. | |||
* Added optional splash image to replace "Loading" screen (for compo). | |||
* Added crash handler, saves database if an error occurs. | |||
* Added highlighting of new/updated stories (in feed and library views). | |||
* Added heirarchial category browsing and updated category list. | |||
* Added download progress shows current chapter. | |||
* Changed default font to Ubuntu (was Vera Sans). | |||
* Removed analog scrolling (buggy and not really worth it). | |||
* Fixed "update feed" function requiring a manual reload. | |||
* Fixed GUI to only update as needed. | |||
* Bunch of other minor bug fixes. | |||
0.5 Internal update | '''0.5 Internal update''' | ||
* Added analog scrolling. | |||
* Added search placeholder as reminder to finish it. | |||
* Enabled "connect to last AP automatically" (like web browser). | |||
* Switched from PGE to PLUG (a sort-of PGE mod). | |||
* Bug fixes. | |||
0.1 Initial (beta) release | '''0.1 Initial (beta) release''' | ||
* Broke program up into modules. | |||
* Cleaned up GUI, added button icons and themes. | |||
* Bug fixes. | |||
0.0 Test version for personal use | '''0.0 Test version for personal use''' | ||
* Original program, in own's typical "one big chunka code" style. | |||
* Created with PGE. | |||
Credits | ==Credits== | ||
Thanks go out to InsertWittyName, hlide, MrMr[iCE], and the many others at the LuaPlayer and PS2DEV forums for their help and support. | Thanks go out to InsertWittyName, hlide, MrMr[iCE], and the many others at the LuaPlayer and PS2DEV forums for their help and support. | ||
==External links== | |||
Wololo | * Wololo - https://wololo.net/talk/viewtopic.php?t=6153 | ||
[[Category:Lua applications on PSP]] | |||
[[Category:PSP Genesis Competition 2011]] |
Latest revision as of 00:45, 24 October 2024
FanFiction Net Browser | |
---|---|
General | |
Author | criptych |
Type | Utilities |
Version | 1.0a |
License | Mixed |
Last Updated | 2011/05/21 |
Links | |
Download | |
Website | |
FanFiction.Net Browser is a PSP browser for the website FanFiction.Net written by Criptych.
It was featured in the PSP Genesis Competition 2011 (Apps).
Features
- Browse fanfiction by category.
- Search by author name or story title/summary.
- View category and author feeds.
- Read stories with basic formatting (bold, italic, underline).
User guide
To customize splash image, replace file SPLASH.JPG in the folder containing EBOOT.PBP.
Note: The lastest version 1.0a has been signed and shrinked by the author.
Controls
D-Pad Up/Down - Move Up/Down one line
D-Pad Left/Right - Move Up/Down one screen, To the Top/Bottom (for lists)
Start/Select - Not assigned
Known issues
Screen flickers sometimes, especially in system dialogs - in extreme cases may black out every other keypress (seems to be a vsync problem).
Strings with non-Latin characters contain glitches (should be blank).
New bug in the Categories view: Using L/R Trigger to skip to Previous/Next letter does not scroll properly if the new selection is offscreen.
Changelog
1.0a PSP Genesis Competition update
- Changed word-wrap algorithm, a little bigger and slower but looks nicer.
- Fixed incorrect search results matching.
- More minor bug fixes.
1.0 PSP Genesis Competition release
- Added search function.
- Added optional splash image to replace "Loading" screen (for compo).
- Added crash handler, saves database if an error occurs.
- Added highlighting of new/updated stories (in feed and library views).
- Added heirarchial category browsing and updated category list.
- Added download progress shows current chapter.
- Changed default font to Ubuntu (was Vera Sans).
- Removed analog scrolling (buggy and not really worth it).
- Fixed "update feed" function requiring a manual reload.
- Fixed GUI to only update as needed.
- Bunch of other minor bug fixes.
0.5 Internal update
- Added analog scrolling.
- Added search placeholder as reminder to finish it.
- Enabled "connect to last AP automatically" (like web browser).
- Switched from PGE to PLUG (a sort-of PGE mod).
- Bug fixes.
0.1 Initial (beta) release
- Broke program up into modules.
- Cleaned up GUI, added button icons and themes.
- Bug fixes.
0.0 Test version for personal use
- Original program, in own's typical "one big chunka code" style.
- Created with PGE.
Credits
Thanks go out to InsertWittyName, hlide, MrMr[iCE], and the many others at the LuaPlayer and PS2DEV forums for their help and support.