MobileSheets Forums

Full Version: MobileSheetsPro version 2.3.8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've released a quick update for MobileSheetsPro to address an issue with SD cards. A user brought to my attention the fact that when the storage location is set to a removable SD card folder other than the application assigned one (<sdcard path>/Android/com.zubersoft.mobilesheetspro/files) that there are considerable delays at startup. On some devices, this same delay is encountered when switching between different screens such as the annotations editor. This is especially true as the size of the library grows. With around 6000 songs, the delay at startup was as long as 45 seconds. This was due to code that was scanning for temporary files that should be deleted, and the SD card access is incredibly slow through Google's storage access framework. I have changed the code to no longer use the SD card for temporary files to prevent this check from being necessary. 

Mike