Libaums Versions Save

Open source library to access USB Mass Storage devices on Android without rooting your device

v0.7.4

4 years ago
  • Implemented a some reset features to reduce IOExceptions when writing to device

see #241 and #237

Thanks @Depau for the support

v0.7.3

4 years ago
  • fix bug in cluster chain responsible for corrupted files (highly important fix!) #236

v0.7.2

4 years ago
  • added append flag #225
  • fixed free space #229

v0.7.1

4 years ago
  • port fat32 implementation to Kotlin
  • Improve write performance
  • fix issue #215
  • fix issue #219
  • Expose raw block device (only for users who know what they are doing!)

v0.7.0

4 years ago
  • Partly ported to Kotlin
  • Cache cluster chains for enhanced performace
  • Finally support multiple LUNs (i.e. multiple slots in SD card readers)

v0.6.0

5 years ago

libaums v0.6

  • support devices without MBR, where file system starts directly
  • getAbsolutePath is now part of UsbFile
  • Fix issue #119
  • Fix issue #125
  • Fix issue #126
  • Add tests
  • Update to newest build tools

http module (v0.5.3):

  • Fix issue #169

libaums-v0.5.5

6 years ago

fix issue #82, for real now

libaums-v0.5.4

6 years ago
  • fix issue #82

libaums-v0.5.3

7 years ago

Fix junk files bug. #37 #75 #78

libaums-http-v0.5.2

7 years ago
  • Fix url decoding in AsyncHTTPServer
  • Force close async http server