WindowView Versions Save

Android ImageView you pan by tilting your device.

0.2.0

7 years ago
  • Options to manually start and stop tilt tracking. Closes #4.
  • wwv_ prefix for library resources.

v0.1.1

8 years ago
  • Add support for dynamically setting images using standard ImageView#setImage__() methods.
  • Fixes #3.

v0.1.0

8 years ago

First numbered release.

  • Supported sensor combinations:
    • ROTATION_VECTOR
    • MAGNETIC_FIELD + GRAVITY
    • MAGNETIC_FIELD + ACCELEROMETER
  • Supports all screen orientations.
  • Configurable attributes:
    • max_pitch / max_roll
    • vertical_origin / horizontal_origin
    • sensor_sampling_period
    • orientation_mode
    • translate_mode
    • max_constant_translation
  • Supports CENTER_CROP scale type.
  • Android API level 9+.
  • Initial public release on JCenter.