Commit Graph

56 Commits

Author SHA1 Message Date
Epicpkmn11
3a7b91a5fe Change iscanf() to fgets() for renaming files and creating folders (Fixes #20) (#21)
* Change iscanf() to fgets() to fix Issue #20

* Actually change it correctly

* Fix new line being at the end on the input
2018-10-28 17:44:11 -06:00
RocketRobz
329b19a21f Bug fix 2018-10-22 16:29:18 -06:00
Epicpkmn11
a7957f124a Add ".." to top of the list after sorting (#17)
Fixes #15
2018-10-22 15:18:04 -06:00
RocketRobz
e429f941be Hold R+Y to create new folder 2018-10-22 14:40:58 -06:00
RocketRobz
c8c3adf709 Have R+X rename a file, instead of pressing A on a file 2018-10-22 14:20:09 -06:00
Epicpkmn11
d6ca3e7dfd Add touch keyboard based file renaming (#16) 2018-10-22 13:37:34 -06:00
RocketRobz
554c2a3efa Do not copy and paste file in same location as copied file 2018-10-21 21:26:06 -06:00
RocketRobz
427290cec1 Show filesize with bytes as "Byte" or "Bytes" 2018-10-21 20:48:44 -06:00
RocketRobz
b7a8b8f245 List filesizes next to filename in file listing 2018-10-21 19:45:18 -06:00
RocketRobz
cf745d9ee1 Bug fix 2018-10-19 22:29:19 -06:00
RocketRobz
d0093496b5 Minor change 2018-10-19 21:48:49 -06:00
RocketRobz
704c82438c Add bottom screen capture 2018-10-19 20:22:25 -06:00
Epicpkmn11
9651648836 Fix deleting file when copying to same dir and add recursive copying (#13)
* Fix deleting file when copying to same dir and add recursive copying

FIX: Deletes file when copying to same dir
ADD: Recursive copying (copy files and dirs within dirs) (also undoes disabling copying folders)

* Derp fix

* Derp fix (with undoing disabling folder copying)
2018-10-19 17:53:44 -06:00
RocketRobz
a97bfd5430 Bug fix 2018-10-19 14:56:12 -06:00
RocketRobz
898402f29a Fix #14 2018-10-19 14:17:53 -06:00
RocketRobz
54d346dc3a Add screenshot capture with R+L
Code comes from the devkitPro example
2018-10-18 22:46:25 -06:00
RocketRobz
cd398af3b6 Disable copying folder to clipboard, as folder copying doesn't work 2018-10-18 21:44:20 -06:00
RocketRobz
08169fcd15 3DS: Change power button text, and add HOME text 2018-10-18 14:40:36 -06:00
Epicpkmn11
ea6d8e2cf2 Add recusive folder deleting (#11) 2018-10-17 18:55:41 -06:00
Epicpkmn11
4ecdd301ea Prevent wrapping with Left/Right press (#10)
Prevents the file selector from wrapping with Left/Right (Still wraps with Up/Down)
2018-10-17 16:32:52 -06:00
ChampionLeake
a643526781 Bootable .dsi files (#7)
* Update file_browse.cpp

Added ".dsi" extensions to the entry list.

* Update main.cpp

Booting ".dsi" files are possible.
2018-10-16 18:02:07 -06:00
RocketRobz
4028963b72 Fix time text clearing 2018-10-16 16:32:28 -06:00
RocketRobz
7a9fcbe092 Load file sizes into memory 2018-10-16 16:19:37 -06:00
RocketRobz
cec3315ac1 Minor change 2018-10-16 16:06:09 -06:00
RocketRobz
325538c29b Show ".." on drive root 2018-10-15 23:56:37 -06:00
RocketRobz
5693e1e7b0 Pressing A on ".." if on drive root, will return to [root] menu 2018-10-15 23:37:38 -06:00
RocketRobz
2b6d19efd2 Fix file highlighting 2018-10-15 23:30:34 -06:00
RocketRobz
33f59410cd Add line under green text 2018-10-15 23:01:48 -06:00
RocketRobz
ac8140fbac Show colored text 2018-10-15 22:24:42 -06:00
RocketRobz
92555268ab Only boot .firm payloads on 3DS consoles 2018-10-11 17:25:21 -06:00
RocketRobz
c45fe11d5c Revert "Press Y to swap screens"
This reverts commit f22f96873a.
2018-10-11 16:58:39 -06:00
RocketRobz
f22f96873a Press Y to swap screens 2018-10-11 15:44:44 -06:00
RocketRobz
5b4c5b3b7a Bug fix: Clear clipboard after deleting file contained in clipboard 2018-10-11 15:17:51 -06:00
RocketRobz
3b06f2fc93 Bug fix 2018-10-11 14:20:17 -06:00
RocketRobz
25b2a4288f Disable file deletion in NitroFS
ALSO: file_browse.cpp: Make "path" a static char
2018-10-08 16:18:24 -06:00
RocketRobz
e762497fba Disable clipboard restore, after moving a file 2018-10-08 15:45:25 -06:00
RocketRobz
259b683adb Bug fix 2018-10-08 15:26:52 -06:00
RocketRobz
4d940815ad Allow file moving from SD to flashcard, and vice-versa 2018-10-08 15:22:29 -06:00
RocketRobz
f56c7a0688 Add NitroFS mount feature 2018-10-08 15:14:42 -06:00
RocketRobz
aee01e4020 Don't allow ".." to be copied to clipboard
Fixes #5
2018-10-08 13:57:24 -06:00
RocketRobz
93cfb60710 Bug fix 2018-10-07 12:28:55 -06:00
RocketRobz
cdcf9b2572 Remove unused code 2018-10-07 12:08:05 -06:00
RocketRobz
8f88fbfc4b Clear clipboard after copying or moving 2018-10-07 12:06:55 -06:00
RocketRobz
f6bc3a24ef Add copying/pasting to a specific folder 2018-10-07 12:02:29 -06:00
RocketRobz
3019cb9dad Bug fix: Always show DSi power text if in DSi mode 2018-10-06 21:28:23 -06:00
RocketRobz
66af04e81a Fix spelling error 2018-10-06 16:24:42 -06:00
RocketRobz
44076238de Bug fix: Position cursor, depending on how long the full file path is 2018-10-05 21:09:38 -06:00
RocketRobz
da4824a644 Add feature to copy file to "gm9i/out" on either SD or flashcard 2018-10-05 20:17:07 -06:00
RocketRobz
219071c617 Add .firm payload booting
requires boot9strap with bootonce support
2018-10-05 17:41:46 -06:00
RocketRobz
a156cd25e1 Show POWER button text on bottom 2018-10-05 14:59:53 -06:00