Skip to content

0.1.4

Compare
Choose a tag to compare
@petabyt petabyt released this 03 Mar 01:19
· 71 commits to master since this release
  • X-H1 tested and working over WiFi
  • USB now supported - plug in any camera. More advanced features will be added soon.
  • Now using NDK-based networking rather than java.net.Socket - now 40% faster. Minimum Android ver is now 6.0
  • Improve thumbnail loading - LIFO queue thread
  • Overhauled threading model - using recursive mutex in C instead of Java synchronized, as well as thread-local get_jni_env/set_jni_env
  • Rewrote connection setup process in C
  • Fix JVM memory leak
  • Improve app state awareness and misc situation handling
  • Prevent deadlocks after disconnect
  • Progress bar is more accurate (doesn't jump for new transactions)
  • Fix more JVM memory leaks
  • Fix permissions bug on Android 6.0
  • Improve disconnect handling
  • Increase response wait time to account for unreliable connections
  • Reorganize the UI some
  • Image downloader will now download images directly to file if there isn't enough RAM to preview
  • Use less RAM
  • A few more experiments with scripting/libui - working, but incomplete
  • Added stubs for desktop app/x raw studio replacement
    Full Changelog: 0.1.3...0.1.4