This repository has been archived by the owner on May 17, 2023. It is now read-only.
Releases: MarcDonald/Hibi
Releases · MarcDonald/Hibi
Version 1.4.1
Changes
Bug fixes
- Fix #42 by swapping Android File Picker for Android Image Picker library when selecting images
- Fix issue where images were displaying only as grey squares
Version 1.4.0
Changes
UI
- Dark and Light themes can now be set to follow the system setting
- Some changes to both light and dark theme colors
- Search More Info dialog is now a Bottom Sheet
- Many text inputs now use outlined text boxes instead of the underlined text box
- App icon now changes background based on system setting (Experimental - may be removed in a future update)
New Features
- Ability to quick search when viewing or editing an entry by selecting a word and selecting "Search" in the popup menu
- Ability to quick add New Words to an entry from the "More Info" screen
- New screen to view all the New Words you have ever added
Bug Fixes
- Fixed incorrect Toast when adding a New Word
- Fixed crash when searching Jisho on a slow network
Code
- Switched from GSon to Moshi for JSON handling
- Updated dependencies
Version 1.3.3
Changes
Bug Fixes
- Fix bug where you couldn't create a backup without having images attached to entries
Version 1.3.2
Changes
UI
- Hide some Statistics when not useful
Bug Fixes
- Fix crash when searching for an update
- Fix incorrect location count on Statistics screen
- Fix bug where wrong month would be fetched for last month throwback
Version 1.3.1
Changes
New Features
- Add ability to favourite entries
- Add screen to view statistics (e.g. Most Entries made in One Day, Total Locations Written About, Total New Words Learnt etc...)
UI
- Update reminder notification icon
- Add different periods for date headers (None/Month/Year)
Code
- Package refactor for screens
- Refactor
combineData
methods into utils class - Update architecture/ViewModel initialization to follow Google best practice
Bug Fixes
- Fix crash when changing the theme after launching the app from an intent
Version 1.2.2
Changes
UI
- Add landscape layout for View Entry
Other
- Handle Github rate limits
Code
- Add license disclaimer to files
Bug Fixes
- Fix bug where text could flow off edge in View Entry and Add Entry screens
Version 1.2.1
Changes
UI
- Option to turn off recycler view animations
- In Throwback screen View Entry screen opens directly if there is only one Entry on that date
Other
- Add ability to check for updates automatically
Code
- Update code style
- Update Readme to include Architecture diagram
- Package restructuring
Bug Fixes
- Fix scrolling on Throwback screens
Version 1.2.0
WARNING
This update changes the package from app.marcdev.hibi to com.marcdonald.hibi. Due to this it will install as a separate app. Make a backup on the original version and restore it in the new version to retain your data
Changes
Features
- Added a new Throwback screen where you can see your entries from this day last month, and this day in previous years
Performance
- Optimised database performance by adding indexes
UI
- Dark theme is now the default
- Added a new icon
- Fixed main screen chip margins not lining up
- Updated privacy policy screen
Other
- Changed package name from app.marcdev.hibi to com.marcdonald.hibi
Version 1.1.0
Changes
Ability to check for new updates on Github from within the Settings menu
Version 1.0.0
Changes
Entry Editing
Ability to add and edit entries
Ability to add images to an entry
Ability to tag entries
Ability to add location to an entry
Ability to add new words to an entry
Word Searching
Ability to search for words on Jisho.org
Entry Searching
Ability to search entries by date, content, location, tags, or books
UI
Dark theme
Other
Daily reminder notification
Ability to backup and restore data