Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Releases: MGaetan89/Kolumbus

Version 0.9

13 Jul 20:29
8e68a51
Compare
Choose a tag to compare
Version 0.9 Pre-release
Pre-release

Changes

  • Update to Realm 1.0.1
  • Update to Kotlin 1.0.3
  • Target Android API 24
  • [Java] It is now necessary to call Kolumbus.build() before any other Kolumbus's methods, instead of Kolumbus.INSTANCE

Version 0.8

08 May 19:24
v0.8
db7f213
Compare
Choose a tag to compare
Version 0.8 Pre-release
Pre-release

Fixes

  • Fix the no-op variant of Kolumbus

Version 0.7

05 May 11:18
Compare
Choose a tag to compare
Version 0.7 Pre-release
Pre-release

Features

  • Add French translation

Changes

  • Improve customization possibilities
  • Performance improvements
  • Update to Realm 0.90.0

Version 0.6

19 Mar 11:48
Compare
Choose a tag to compare
Version 0.6 Pre-release
Pre-release

Features

  • Customize the way data are displayed by extending Architect and calling Kolumbus.withArchitect(architect)
  • Access the full table when displaying only a subset of the table's data

Changes

  • Update to Realm 0.88.2

Version 0.5

13 Mar 10:26
Compare
Choose a tag to compare
Version 0.5 Pre-release
Pre-release

Changes

  • Update to Realm 0.88.0
  • Source code is now available on Jitpack
  • Provide up navigation from the ActionBar
  • Fix display of String with a null value in the table info section
  • Various improvements in the table content and table info sections:
    • Don't display @Ignore'd field
    • Prefix @PrimaryKey with a #
    • Display @PrimaryKey first

Version 0.4

07 Mar 21:26
Compare
Choose a tag to compare
Version 0.4 Pre-release
Pre-release

Features

  • View table structure (fields, types and default values)

Changes

  • Tables are now sorted alphabetically

Version 0.3

06 Mar 11:59
Compare
Choose a tag to compare
Version 0.3 Pre-release
Pre-release

Features

  • [Breaking Change] There is now a no-op version of the library:
    • Use com.github.MGaetan89.Kolumbus:kolumbus:{version} for the fulll version
    • Use com.github.MGaetan89.Kolumbus:kolumbus-no-op:{version} for the no-op version

Version 0.2

28 Feb 17:35
Compare
Choose a tag to compare
Version 0.2 Pre-release
Pre-release

Features

  • Clear the content of a table

Changes

  • Display the linked entries in a table, instead of a Dialog
  • Display a message when a table is empty

Version 0.1

28 Feb 09:39
Compare
Choose a tag to compare
Version 0.1 Pre-release
Pre-release

First pre-release of Kolumbus 🎉