Skip to content

retiree-facility

Pre-release
Pre-release
Compare
Choose a tag to compare
@EdricChan03 EdricChan03 released this 14 Dec 01:42
v1.0.0-rc.23
4ab0436

Note

This tag was originally published on 14 Dec 2017 at 01:42 GMT. It was renamed from v1.0.0-rc.023 to v1.0.0-rc.23 to adhere to Semantic Versioning conventions.
Below is the original changelog from v1.0.0-rc.023:

What's new

Highlights

  • Finally! After a few months, the app icon for this app has officially changed! You can view the commit for it here.
  • Changed the way the changelog looks like to match Angular's changelog
  • This is the first release candidate for StudyBuddy! 😄 Now that the UI looks cool enough to exit beta (along with the stuff behind), issues are welcome to help me squash some bugs that I haven't noticed before.

Docs

  • changelog: Use new changelog style (you can see it right now!) (similar to Angular's changelog style)
  • StudyBuddy-builds: Add new readme

Features

  • icons: Change to new app icon (Feedback welcome, created with Sketch) (829dfdb)
  • settings: Add new toggle to enable/disable calendar (WIP) (6650231)
  • settings: Show the current app's version (8f95dde)
  • settings: Add a new setting to set the update channel (WIP) (1235e57)
  • layout: Use side navigation instead of bottom navigation (c4da84b)
  • settings: Add help menu item (183535a)

Bug fixes

  • settings: Remove "Enable" prefix (ff3d0e8)
  • app-intro: Change activity prefix to use My (23f1f5e)

Misc

  • deps: Add FirebaseUI to dependencies (725fdb1)

Notes

The apk file you are downloading is a beta and may break at any time. Please open a new issue if that is the case and add steps for reproducing the issue.
The minimum Android version required is Android 6.0, so if you have an unsupported device, you can't install this.

Permissions

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

These two permissions are required for AppUpdater to check for updates.

Installing

  1. Allow APKs from unknown sources. > Here's an article from HowToGeek showing how to do that
  2. Download the apk file below.
  3. Install it by opening it.
  4. Accept the permissions.
  5. Done!

License

MIT License

Copyright (c) 2017 Edric Chan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.