Commit Graph

45 Commits

Author SHA1 Message Date
Davide Depau 364fad4f12
[Not working] Wrap Parted autotools-based build system with CMake 2018-08-21 23:47:45 +02:00
Davide Depau c5292349bf
Merge branch 'master' of git.depau.eu:Depau/EtchDroid 2018-08-18 01:01:25 +02:00
Davide Depau db9f81ea6a
Add parted dependency (does not build yet) 2018-08-18 01:00:49 +02:00
Davide Depau 7a95328bbd
Make partition table and filesystem strings a little more verbose 2018-08-17 22:13:34 +02:00
Davide Depau 120373532c
Make partition table and filesystem strings a little more verbose 2018-08-17 22:11:52 +02:00
Davide Depau 2f77f006c8
Represent sizes as longs in Partition 2018-08-17 22:10:17 +02:00
Davide Depau 22bb94fc1c
Fix HR size formatting issues 2018-08-17 22:10:02 +02:00
Davide Depau a177fa68d4
Use patched dmg2img to display size of DMG partitions 2018-08-17 22:09:41 +02:00
Davide Depau cc2d33148c
Make sure executables are position-independent 2018-08-17 21:51:40 +02:00
Davide Depau d49d3d7325
Implement writing macOS DMG images 2018-08-17 21:51:13 +02:00
Davide Depau e35d244124
Log dmg2img output to stderr 2018-08-17 21:50:34 +02:00
Davide Depau 7a6c71f1e7
Remove duplicate label from partition table RecyclerView 2018-08-17 21:49:50 +02:00
Davide Depau 270b97f2bc
Unregister USB permission broadcast receiver on activity destroy 2018-08-17 21:49:16 +02:00
Davide Depau 70eb530599
Make DMG selector not filterable 2018-08-17 20:56:39 +02:00
Davide Depau 3b8b7cd43d
Warn that drive size can't be checked with DMG images 2018-08-17 02:50:18 +02:00
Davide Depau e538047399
Show DMG partition table in image picker screen 2018-08-17 02:43:58 +02:00
Davide Depau 8cba765dff
Use dmg2img to parse DMG file 2018-08-17 00:27:03 +02:00
Davide Depau 34d8f52e1d
Move abstract classes to respective packages 2018-08-16 16:27:35 +02:00
Davide Depau d11efbe41f
Rename `values` package to `enums` 2018-08-16 16:24:04 +02:00
Davide Depau 39fb36fb91
Separate adapters and Kotlin extensions 2018-08-16 16:22:50 +02:00
Davide Depau c5fae3d869
Enable DMG file selection 2018-08-16 16:21:43 +02:00
Davide Depau 9b12ebf8b1
Include dmg2img executable in build 2018-08-16 13:39:37 +02:00
Davide Depau d59bfb46aa
Move library author info to libaums repo 2018-08-16 02:21:09 +02:00
Davide Depau da8f1bcbed
Add README.md 2018-08-15 19:35:11 +02:00
Davide Depau d000cc3e5d
Add LICENSE 2018-08-15 19:33:03 +02:00
Davide Depau df68f15355
Reformat code, optimize imports 2018-08-15 19:06:50 +02:00
Davide Depau 410412933a
Rebrand from "DDroid" to "EtchDroid" 2018-08-15 19:04:45 +02:00
Davide Depau af8631d7be
Use SI by default when calculating human-readable sizes 2018-08-15 18:20:17 +02:00
Davide Depau 295caf58ef
Fix incorrect speed calculation 2018-08-15 18:10:39 +02:00
Davide Depau 2094aebfa8
Tweak block size to increase performance 2018-08-14 19:55:29 +02:00
Davide Depau 3517619b4d
Fix size string rounding issues 2018-08-14 19:08:56 +02:00
Davide Depau 6c36a3244f
Fix human readable time string generation 2018-08-14 19:08:33 +02:00
Davide Depau 79f5828ef6
Send notification on job completed 2018-08-14 18:49:22 +02:00
Davide Depau ebada3884a
Add wakelock permission to manifest 2018-08-14 18:49:08 +02:00
Davide Depau 44da441096
Add kotlin extension to get HR time 2018-08-14 18:48:44 +02:00
Davide Depau 94d6e1b2df
Do not overwrite previously written blocks 2018-08-14 17:23:37 +02:00
Davide Depau 5c714a2ad1
Troubleshoot device previously claimed issues 2018-08-14 17:22:53 +02:00
Davide Depau 0ab09c1f16
Detect when the app previously crashed 2018-08-14 15:41:38 +02:00
Davide Depau c8254dedfe
Workaround for notification icon on KitKat 2018-08-14 15:41:22 +02:00
Davide Depau 0584d2545a
Avoid writing zeroes because of Java ByteBuffer's weirdness 2018-08-14 14:05:30 +02:00
Davide Depau 40f01c134f
Fix libaums build 2018-08-14 13:38:09 +02:00
Davide Depau b977a199f3
Implement API writing 2018-08-14 01:32:02 +02:00
Davide Depau 16175d278d
Include patched custom libaums as a submodule 2018-08-13 22:02:21 +02:00
Davide Depau d2f9e358eb
Cleanup imports 2018-08-12 16:37:27 +02:00
Davide Depau 87d04e39a2
Initial commit 2018-08-12 16:33:11 +02:00