Releases: sahej-dev/Snow
v1.3.3
🚨 IMPORTANT NOTICE: These releases are outdated and non-functional. Please read below.
⚠️ WARNING: Deprecated Releases ⚠️
The APKs on this GitHub Releases page are outdated, non-functional, and no longer maintained.
What happened?
I have unfortunately lost the release signing key used for these specific builds. Due to Android's security model, I cannot sign new updates for the app with a different key and have them be recognized as an "update" to the version you may have installed from here or from the IzzyOnDroid F-Droid repository.
How to get the latest working version:
To ensure you have the latest, stable, and working version of the app, please use one of the following methods:
-
Build from Source:
You can clone this repository and build the APK yourself. Please follow the instructions in theREADME.mdfile. -
Google Play Store:
The most recent working version is available on the Google Play Store.
What's next for GitHub Releases?
I am working on a solution to resume providing releases here, which will involve generating a new signing key. Please be aware that when new releases are published, you will need to uninstall the old version completely before installing the new one.
My apologies for the inconvenience this has caused. Thank you for your understanding and support!
The actual release notes:
Enhancements
- Add support for android 13 themed icon by @jindalpratik in #14
Bug Fixes
- Fixed bug where finished contests were no longer being flushed
App Signature Changes
- Changed app signature to a proper one from a debug signature
- If you've installed the app through the IzzyOnDroid repo and are running version 1.3.0 or a prior one, you will have to uninstall the old version and install the new version, as the signing key changed in this release (see #13). Apologies for the inconvenience!
New Contributors
- @jindalpratik made their first contribution in #14
Full Changelog: v1.3.0...v1.3.3
v1.3.0
Changelog
Features & UI
- Settings have been moved to the bottom navigation bar
- A sort-by icon has been added to the top app bar on the home page
Deployment
- Integration with IzzyOnDroid f-droid app repository by @IzzySoft in #11
- Updated with screenshots from the latest version
Maintainance
- Dependencies have been updated
Full Changelog: v1.2.3...v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
Change Log
Additions
- Option to disable Material You core palette colors.
- Option to select a theme seed color when Material You is disabled (closing issue #4).
- By default core palette colors are disabled now.
- Added a 'Feature Request' tile in settings, which open the corresponding feature request template.
Bug Fixes
- CRITICAL: Commented code responsible for notification scheduling creeped up in the last release, 4 days ago as of writing this. That is now resolved.
- CRITICAL: Contest uuids were being re-generated on load from local cache. This is no longer the case.
- Bug report tile in settings led to the page for creating a blank issue. It now leads to bug report template as expected.
- 'Support Snow' tile opened the GitHub page in the in app web-view, now it opens in external browser as it should.
Code Refactors
- Added some constants in the constants/ui.dart which were required for the new theme color feature implementation.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Change Log
Bug Fixes
- Ambiguous day in some reminders
Code Changes
- Internal code cleanup
- Moved JSON de/serialisation from manual to json serialisable
Full Changelog: v1.0.0...v1.1.0
v1.0.0
✨The initial version of Snow is released ✨
Features
- View upcoming and ongoing contests from supported platforms
- 10+ supported platforms, including At Coder, Codeforeces, Hacker Earth etc.
- Favorite a contest to receive reminders before its start time
- Dynamic, Dark, and Light theme support
- Beautifully designed with Material3 (You) design spec
- Privacy focused as all data is stored on device
- Easy registrations: tap a contest's name to directly open its webpage
v0.0.1-pre-alpha
This is a pre-alpha release. This is meant neither for daily use nor for beta testing. This release is provided only to showcase the work-in-progress app to technical recruiters.