Skip to content

Releases: magnusja/libaums

libaums v0.7.4

08 Jan 09:12
15125a5
Compare
Choose a tag to compare
  • Implemented a some reset features to reduce IOExceptions when writing to device

see #241 and #237

Thanks @depau for the support

libaums v0.7.3

09 Dec 11:01
Compare
Choose a tag to compare
  • fix bug in cluster chain responsible for corrupted files (highly important fix!) #236

libaums v0.7.2

21 Nov 11:30
Compare
Choose a tag to compare
  • added append flag #225
  • fixed free space #229

libaums v0.7.1

18 Sep 16:15
e72923c
Compare
Choose a tag to compare
  • 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!)

libaums v0.7.0

04 Aug 13:33
Compare
Choose a tag to compare
  • Partly ported to Kotlin
  • Cache cluster chains for enhanced performace
  • Finally support multiple LUNs (i.e. multiple slots in SD card readers)

libaums v0.6

26 Feb 12:36
6a33f82
Compare
Choose a tag to compare

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):

libaums v0.5.5

03 Jul 08:28
Compare
Choose a tag to compare

fix issue #82, for real now

libaums v0.5.4

13 Jun 08:45
Compare
Choose a tag to compare
  • fix issue #82

libaums v0.5.3

18 May 21:36
Compare
Choose a tag to compare

Fix junk files bug.
#37 #75 #78

libaums v0.5.2

02 Mar 04:56
Compare
Choose a tag to compare
  • Fix read when offset is not multiple of block size