Steven Smith
20a56f89b0
Remove curl code.
2018-02-22 16:46:04 -08:00
Steven Smith
36c4ca784c
Wrap text by word, properly truncate lengthy TitleDB headlines.
2018-02-18 16:07:19 -08:00
Steven Smith
25105346ab
Clean up line wrapping logic.
2018-02-18 15:41:30 -08:00
Steven Smith
599c631b11
Add sorting and filtering options to TitleDB list.
2018-02-17 20:28:32 -08:00
Steven Smith
0404a33a58
Add compression support to HTTPC code.
2018-02-17 12:01:24 -08:00
Steven Smith
9fc47a1941
More reorganization work.
2018-02-06 17:52:34 -08:00
Steven Smith
52a2dbbf0f
Finish splitting up util.
2018-02-06 13:57:55 -08:00
Steven Smith
6c355a0786
Separated error codes and HTTP from util.
2018-02-06 13:30:13 -08:00
Steven Smith
33a97577c9
Move QR decoding back to UI thread.
2018-02-06 12:30:12 -08:00
Steven Smith
2c982d85ec
Revert threading changes, disable curl code for now.
2018-02-06 12:16:24 -08:00
Steven Smith
1539c55ec5
Add task for downloading using curl, experiment with running the UI thread on the syscore.
2018-02-06 12:04:44 -08:00
Steven Smith
0b1f6cd2fd
Begin cleaning up core code.
2018-02-03 17:23:11 -08:00
Steven Smith
4e49914e11
Revamp TitleDB support, replace json library with jansson, initial work
...
on replacing httpc with curl.
2018-02-03 16:03:14 -08:00
Steveice10
45e2a0e0fc
Fix font size on CHN/KOR/TWN devices.
2018-01-14 12:01:30 -08:00
Steveice10
598b56906b
Clean up text color loading, remove TitleDB update code.
2017-11-29 14:44:15 -08:00
Steveice10
a49af523ba
Add support for installing 3DSX files remotely.
2017-09-30 22:51:30 -07:00
Steveice10
5be2bc0694
Remove automatic URL encoding.
...
URL encoding should only be performed on parameters, and thus should be
done by the provider of the URL ahead of time.
2017-09-08 09:33:40 -07:00
Steveice10
8d917542fb
Set texture data pointer to NULL when unloading a texture. Fixes duplicate icons in title list.
2017-08-16 09:38:51 -07:00
Steveice10
4bada77420
Update ticket use status after CDN installation.
2017-08-15 11:05:12 -07:00
Steveice10
c004695469
Fix user agent string. Closes #381
2017-08-07 14:04:20 -07:00
Steveice10
b37b3492ae
Cut HTTP timeout in half.
2017-07-21 15:19:40 -07:00
Steveice10
19e0eaac80
Display as many URLs as can fit on the top screen when installing from URLs.
2017-07-15 13:25:00 -07:00
Steveice10
b3370c97af
Fix reused texture IDs not being reinitialized.
2017-07-15 12:35:56 -07:00
Steveice10
edf6a20618
Clean up texture functions.
2017-07-15 12:33:45 -07:00
Steveice10
5ba133f3ca
Revert addition of Accept-Encoding header to HTTP requests.
...
Breaks checking for updates and doesn't seem to have any effect on
TitleDB.
2017-07-13 21:12:30 -07:00
Steveice10
c636cab6b8
Fix QR code camera image.
2017-07-08 10:58:33 -07:00
Stéphane Lesimple
782605f2d1
add ETA in read/write tasks
2017-07-07 21:52:41 +02:00
Steveice10
fb67c9eab2
Revise texture loading functions.
2017-07-07 10:55:58 -07:00
Cayce House
79414ea1a3
Enabled gzip/deflate compression, issue #319
2017-04-27 17:36:36 -07:00
Steveice10
33a61872c0
Various fixes.
...
* Allow more than three choices in prompts.
* Allow specifying a title version when installing CDN titles outside of the ticket list.
* Fix titles displayed during TitleDB update.
* Update title version and install status after TitleDB install/update.
2017-04-27 17:35:34 -07:00
Jerry
1203fda832
Escape some characters in URL
2017-04-17 11:48:38 +08:00
Steveice10
ce26e53712
Fix HTTP downloading.
2017-03-19 15:35:41 -07:00
Steveice10
c319a07f29
Add HTTP timeout, use while loop for redirects, use constant for user agent.
2017-03-19 13:45:56 -07:00
Steveice10
dbe6b992e5
Remove unnecessary bounds check.
2017-03-08 15:13:17 -08:00
Steveice10
fe0768885d
Use TitleDB API version 1.
2017-02-27 00:03:04 -08:00
Steveice10
77625262fb
Add .cetk to ticket filter.
2017-02-16 10:04:55 -08:00
Steveice10
b004685b7f
Fall back to region-based language if SMDH title for language setting is empty.
2017-01-27 16:09:25 -08:00
Steveice10
7d5581f44a
Clean up rendering code, dynamically retrieve title ID for self-overwrite check.
2017-01-12 20:01:31 -08:00
Steveice10
541786bc86
Add new logo by PabloMK7, fade in text on CIA/3DS startup.
2017-01-08 11:23:05 -08:00
Steveice10
33737b1292
Remove kernel exploits, switch to fasthax backdoor.
2017-01-07 15:55:27 -08:00
Steveice10
9182ebfa00
Color tickets based on whether they are in use.
2016-12-24 09:09:45 -08:00
Steveice10
d4d0aca13d
Reduce HTTP code duplication.
2016-12-22 17:40:30 -08:00
Steven Smith
4ce326879a
Fix theme path resolution.
2016-12-20 09:24:16 -08:00
Steveice10
dde312f874
Change theme path to sdmc:/fbi/theme/
2016-12-19 22:28:34 -08:00
Steveice10
ea4ea253a7
Add items in sorted order instead of adding then sorting.
2016-12-19 19:58:02 -08:00
Steveice10
3f56390539
Optimize list UI.
2016-12-19 19:19:26 -08:00
Steveice10
e1b2a7e4c7
Clean up kernel exploit code.
2016-12-19 16:37:45 -08:00
Steveice10
2b57845edd
Allow sorting titles and ext save data by name.
2016-12-17 12:18:15 -08:00
Steveice10
e1d2805281
Show console output for kernel access attempts.
2016-12-13 19:19:27 -08:00
Steven Smith
417c345141
Cleanup initialization process, check for service access instead of 3dsx to determine use of svchax.
2016-09-29 15:39:34 -07:00