Commit Graph

  • 46515aff0f
    Add additional devkitpro dependencies to README.md (#70) next Bálint Kovács 2021-04-11 21:51:41 +0100
  • d1c42483fb
    Add additional devkitpro dependencies to README.md #70 Bálint Kovács 2021-04-11 20:58:26 +0100
  • 8fc3e271e1 Bump version to 5.1.0 v5.1.0 Joel16 2021-03-23 14:58:08 -0400
  • fd2735d524 fs: Clear copy file entry before another copy/paste is made Joel16 2021-03-23 12:44:05 -0400
  • 87140397b8 gui: Clean-up some unnecessary casts and unused imports Joel16 2021-03-23 12:33:37 -0400
  • c89319f8e7 touch: Expand touch controls to settings/updates Joel16 2021-03-22 13:58:38 -0400
  • 75e3f9f98d touch: Enable touch controls for file options Joel16 2021-03-22 12:00:16 -0400
  • bcdfb17973 archive: We don't need archive_write_finish_entry Joel16 2021-03-21 22:33:20 -0400
  • a1ed6ef8fa archive: Do not check for result after updating paths and close write handle Joel16 2021-03-21 14:11:34 -0400
  • c3602f1fff gui: Trim string if length goes beyond screen Joel16 2021-03-21 12:47:23 -0400
  • 543b607230 updater: Display progress through curl progress callback Joel16 2021-03-20 23:32:29 -0400
  • 6c8e0324ab assets: Clean up/improvise on bottom screen status bar icons Joel16 2021-03-20 15:19:01 -0400
  • 59f2113414 fs: Allow user to cancel a file copy and retain proper file size after cancellation Joel16 2021-03-19 16:32:05 -0400
  • 23e5d0474d archive: Properly close and free all handles and allow user to cancel through extraction Joel16 2021-03-19 16:17:15 -0400
  • 2c5e8d3ea6 fs: Fix alphbetical sorting for filenames with different cases Joel16 2021-03-19 15:44:27 -0400
  • fa01be62d4 archive: Reimplement archive extraction using libarchive Joel16 2021-03-19 15:29:25 -0400
  • bdf0d4cec8 textures: Do not open textures that are >= 1024x1024 Joel16 2021-03-12 12:50:55 -0500
  • 953be6ec15 cia: Only save application path if running in 3dsx Joel16 2021-03-11 15:03:24 -0500
  • d392626d62 image viewer: Fix width/height in properties and account for both screens Joel16 2021-03-02 23:25:30 -0500
  • e7c8c5071d gui: Fix selector going out of bounds when returning from a dir with a long list of files Joel16 2021-03-02 22:32:48 -0500
  • f3fe51d553 cia: Download and install .CIA version if user is not using 3dsx joel16 2021-02-10 14:17:42 -0500
  • 5dcb2cfb32 Add gitignore to ignore binaries and object files joel16 2021-02-10 00:21:11 -0500
  • 29d17311f2 cia: Build CIA with makerom & bannertool joel16 2021-02-10 00:17:43 -0500
  • e69150d2b5 gui: Fix selector going out of bounds when right key is used joel16 2021-02-09 17:51:24 -0500
  • af4b077f08 gui: Block NAND access unless dev options is enabled joel16 2021-02-09 01:06:18 -0500
  • d08f1c2e1e
    Create README.md Joel 2021-02-08 20:05:03 -0500
  • 5bd6de3b54 options: Make use of cancel button joel16 2021-02-08 01:48:48 -0500
  • c705877114 gui: Properly display minutes/hours (double digits) as well as some minor cleanups joel16 2021-02-08 01:15:37 -0500
  • f07d89f1a1 main: Init mcuHwc joel16 2021-02-08 00:10:30 -0500
  • 71c3ff2fef fs: Do not associate archives with a file type until they are supported again joel16 2021-02-07 22:53:12 -0500
  • 6f903e0fb1 Bump version to 5.0.0 joel16 2021-02-07 22:51:09 -0500
  • 2a7650cb8e config: Fix decoding config.json if last_dir contains a path with spaces joel16 2021-02-07 22:50:10 -0500
  • d749a338b2 logs: Only log if dev options are enabled joel16 2021-02-07 22:47:06 -0500
  • 9f9f0b3c40 logs: Delete pre-existing log during boot up to prevent cluttering joel16 2021-02-07 22:46:23 -0500
  • 6762187261 gui: Display file properties (parent dir/size) and image properties (name/width/height) joel16 2021-02-07 22:24:28 -0500
  • e472e8ace9 gui: Improve file navigation controls joel16 2021-02-07 19:24:13 -0500
  • 7f732bc44b textures: Revert back to a single texture instead of a vector joel16 2021-02-07 13:04:30 -0500
  • 54bfadd216 textures: Add support for bmp/gif decoding joel16 2021-02-06 23:34:28 -0500
  • 6d387ecd4e gui: Allow touch controls to access sd/nand/search icons joel16 2021-02-06 16:31:23 -0500
  • d697ba4155 touch: Enable touch controls for menu icons joel16 2021-02-06 01:33:31 -0500
  • 6aa65f2f39 gui: Close options dialog after file/folder deletion joel16 2021-02-06 01:17:33 -0500
  • 89dd602edd fs: Display progress bar when copying files joel16 2021-02-06 00:50:44 -0500
  • 8ad9296278 settings: Implement dialog for downloading and installing updates joel16 2021-02-05 14:11:52 -0500
  • ad3648cd7b gui: Display and recalculate storage bar after copy/delete operations joel16 2021-02-03 12:18:01 -0500
  • b3fce86af8 Initial commit 3DShell-next joel16 2021-02-03 01:05:23 -0500
  • 80d5ceafe1
    Fix typo in FTP screen (#61) v5.0.0 master Cody Logan 2020-08-11 14:54:50 -0700
  • 231253abbf
    Fix typo in FTP screen #61 Cody Logan 2020-08-11 14:47:08 -0700
  • 7e9537a0ff
    Merge d3c7af605f into d2535965e5 #45 MarcoMartins86 2020-06-14 16:51:58 -0400
  • d3c7af605f show two file transfers #45 Marco Martins 2020-06-14 21:51:48 +0100
  • fdb9d5f605 added new library Marco Martins 2020-06-14 20:02:30 +0100
  • f488652c41 Fixed WinSCP connection MarcoMartins86 2019-03-10 13:35:12 +0000
  • e8c00c0f9e prototype on how ftp could show info MarcoMartins86 2019-02-26 00:39:06 +0000
  • 060f7fbfc6 Deploy joel16/3DShell to github.com/joel16/3DShell.git:gh-pages gh-pages Deployment Bot (from Travis CI) 2020-05-23 16:24:27 +0000
  • d2535965e5 Clean up .travis.yml Joel16 2020-05-23 12:22:13 -0400
  • 094a150008 Update stb_image.h Joel16 2020-05-17 17:10:27 -0400
  • 0090a6109a Merge branch 'master' of https://github.com/joel16/3DShell Joel16 2020-05-17 16:15:23 -0400
  • c76cd7e858 Fix some memory leaks and out of bounds buffer access Joel16 2020-05-17 16:15:05 -0400
  • db8babd2d8
    Update README.md Joel 2020-05-17 16:10:24 -0400
  • 8e037d92b7 Remove music player assets Joel16 2020-05-17 16:06:52 -0400
  • 2641b70b5a Remove audio decoder and dependecies Joel16 2020-05-17 16:01:05 -0400
  • 989db6b237 Fix compilation with latest devkitARM/libctru changes Joel16 2020-05-17 15:51:42 -0400
  • 0e273f3c98 Fix AM/PM in status bar Joel16 2019-10-12 15:02:31 -0400
  • bf00c9e5f1 Make use of terenary operators Joel16 2019-10-12 14:52:07 -0400
  • 895cb2ff52 Minor clean-up Joel16 2019-10-12 14:43:30 -0400
  • f75f7a2405 Simply logging mechanism Joel16 2019-10-12 14:42:02 -0400
  • 8a59b1b0e2 Fix screenshot crash when browsing NAND Joel16 2019-10-12 14:23:37 -0400
  • e8069e440f Fix drwav_init_file Joel16 2019-10-06 11:28:01 -0400
  • 3c1340bbe8 Update dr_wav Joel16 2019-10-06 11:06:19 -0400
  • b72759c1c9
    Update travis linux build env and use libxmp instead of libxmp-lite (#52) Joel 2019-09-23 22:08:53 -0400
  • 3bae5e252a Fix include statement for libxmp #52 Joel16 2019-09-23 22:05:15 -0400
  • 99fdd1bca4 Remove libxmp-lite Joel16 2019-09-23 21:53:45 -0400
  • 55fc7b4896 Reorganize defintions for stb_image Joel16 2019-09-22 15:21:27 -0400
  • f8e6896e2c Minor clean up with C2D helper functions Joel16 2019-09-22 15:12:52 -0400
  • 8015082b5a
    Update .travis.yml to use Ubuntu 18.04 Joel 2019-09-20 10:06:52 -0400
  • 694729a0f9
    Update .travis.yml to use libxmp from pacman Joel 2019-09-20 09:45:14 -0400
  • 0253ec13ed
    More indentation fixes Joel 2019-09-20 09:43:02 -0400
  • 9777fb4f37
    Fix indentation and use libxmp instead of libxmp-lite Joel 2019-09-20 09:39:10 -0400
  • fdb0b7af9b Use dialog helper functions Joel16 2019-07-28 17:38:25 -0400
  • c969b7291e Improve seeking performance on MP3 files Joel16 2019-07-28 14:41:05 -0400
  • f7c254b3cb Delete dmc_unrar.c Joel16 2019-07-28 14:40:33 -0400
  • 6755695548 Fully implement seeking Joel16 2019-07-26 14:43:01 -0400
  • 57c791f5c5 Minor clean-up Joel16 2019-07-26 02:27:43 -0400
  • 8163ae8b3f Clean up audio decoder functions Joel16 2019-07-24 01:18:23 -0400
  • f7f7738cb8 Add seek functions Joel16 2019-07-24 01:17:59 -0400
  • 4f7f0fcea0 Clean up FS write functions Joel16 2019-07-23 22:29:00 -0400
  • a7a7d1ea84
    Delete .gitmodules Joel 2019-07-23 18:22:30 -0400
  • e64e22d687 Use Roboto font as default Joel16 2019-06-30 02:01:44 -0400
  • 0e7d3c1216 Merge branch 'master' of https://github.com/joel16/3DShell Joel16 2019-06-28 22:26:36 -0400
  • 6a2dc5f415 Use c2d's new font system to use Roboto Joel16 2019-06-28 22:26:27 -0400
  • 0598240d46
    Display screenshot after intro (Purpose) Joel 2019-06-28 14:21:32 -0400
  • 097d6b9a69
    Update README.md and include screenshot Joel 2019-06-28 14:20:46 -0400
  • 3a5525cb72
    Update README.md Joel 2019-06-28 14:09:58 -0400
  • 94201c103a Properly free images loaded from SD Joel16 2019-06-28 13:42:58 -0400
  • 5132226c45 Remove .CIA after updating from .CIA version v4.3.1 Joel16 2019-06-26 23:44:15 -0400
  • 8fb5cfd440 Bump version and update readme to reflect new changes Joel16 2019-06-26 23:21:56 -0400
  • a7160e5ad5 Update travis to use libarchive Joel16 2019-06-26 16:39:04 -0400
  • d9c7e06623 Use libarchive to support multiple archive formats + remove unused icon Joel16 2019-06-26 16:21:25 -0400
  • a86ee9a96d Fix crash in CIA version when exiting after playing an audio file Joel16 2019-06-25 12:32:03 -0400
  • 045d77910c
    Update README.md Joel 2019-06-24 21:34:21 -0400
  • f832b22f99 Do not force a 44100 Hz sample rate for MP3 playback Joel16 2019-06-24 21:32:10 -0400