Version 3.3.1
- "Room Migration" wizard now works with projects that do not have a root module.
- Database Console can now delete and update rows in tables without primary keys.
- Added support for executing SQL statements inside Room's @Query annotation.
- "Room Migration" wizard now can handle column names that are Java or Kotlin keywords.
- Added support for executing parameterized SQL statements.
- Added support for expressions using 'IN' operator.
- Improved code completion for subqueries.
- Added support for automated migration to Android's Room persistence library.
- Added support for Android Studio 3.0.1.
- Fixed plugin jar timestamp issue.
- Added ability to connect to any database in an Android device, from the 'Device File Explorer' view.
- Now it is possible to download database files from devices using Android 7 or later.
- Android database files can now be downloaded to a user-specified folder.
- Better error messages for failed license validations.
- Compatible with Android Studio 3.0.0.
- Port used for 'Live Database' connection is now configurable.
- Improvements to SQL editor:
- Added support for comments.
- Improved support for subqueries.
- Added support for 'between' operator.
- Added support for 'when' operator.
- Compatible with Android Studio 2.3.0.
- Bug fixes.
- Bug fixes.
- Support for Android 7 (Nougat.)
- Now 'Live Device Connection' can handle large tables (e.g. 20,000 records.)
- Fixed handling of null values.
- Bug fixes.
- Compatible with Android Studio 2.2.0.
- Bug fixes.
- Unified "trial" and "registered" versions. Users no longer need to download 2 versions of the plugin.
- Fixed license number check.
- Minor bug fixes.
- Fixed assertion error thrown when querying an empty table from the 'SQLite Explorer'.
- Added ability to manage and update databases in Android devices, in real time.
- Editor gutter now displays an "Execute Statement" action next to each SQL statement.
- Bug fixes.