This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
Releases: MGaetan89/Kolumbus
Releases · MGaetan89/Kolumbus
Version 0.9
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 otherKolumbus
's methods, instead ofKolumbus.INSTANCE
Version 0.8
Fixes
- Fix the no-op variant of Kolumbus
Version 0.7
Features
- Add French translation
Changes
- Improve customization possibilities
- Performance improvements
- Update to Realm 0.90.0
Version 0.6
Features
- Customize the way data are displayed by extending
Architect
and callingKolumbus.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
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 anull
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
- Don't display
Version 0.4
Features
- View table structure (fields, types and default values)
Changes
- Tables are now sorted alphabetically
Version 0.3
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
- Use
Version 0.2
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
First pre-release of Kolumbus 🎉