Skip to content

Releases: EdricChan03/studybuddy-android

retiree-facility

14 Dec 01:42
v1.0.0-rc.23
4ab0436
Compare
Choose a tag to compare
retiree-facility Pre-release
Pre-release

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.

application-presence

23 Apr 16:30
89f44ba
Compare
Choose a tag to compare
application-presence Pre-release
Pre-release

Highlights

  • Added initial support for FCM! The following working features are:
    • Notification channel
    • Notification body + title
    • Notification actions

Bug Fixes

  • interface-notification: add extra property (1eff242)

Features

  • app-icon: version 4 of app icon (4f8c50a)
  • deps: add crashlytics support (f934736)
  • add initial implementation of shared helper (4e966b5)
  • drawable: add icons for notifications (dd68b35)
  • fcm: add notifications support (e9416c7)
  • icons: version 5 of app icons (ab9280b)
  • shared-helper: add more strings for actions (cceda35)
  • shortcuts: add games shortcut (66618e8)
  • styles: customize navigationBarColor (2f04727)
  • add notification actions support 🎉 (9f9476e)

Known bugs

  • The sync data preference currently doesn't do anything except intentionally crashing the app. This is intentional and will be removed in a future release.

buyer-hotel

21 Mar 17:35
4cf287f
Compare
Choose a tag to compare
buyer-hotel Pre-release
Pre-release

What's new

Highlights

  • Added adaptive icon support for shortcuts on devices running API 26 and later! You can view the commit here.

  • Notification settings are now different where its based on whether you are running the app on a device running API 25 and older, or 26 and later.

    This means that devices running Android Oreo will see settings which will take users to the specific notification category in the system Settings app where users can configure the setting of the notification channel.


Docs

  • readme: Add updated screenshots of the app

Features

  • shortcuts: add adaptive icon support (d963121)
  • shortcuts: add settings shortcut (1305893)

Bug/Typo fixes

  • strings: uncategorized -> uncategorised (dd85b80)
  • settings: use ContextCompat#getColor instead of getResources#getColor (ad5a050)
  • proguard: add rules for OkHttp (b0fd373)

Libraries

  • deps: bump FirebaseSDK to 12.0.0 (b3457cc)
  • gradle: upgrade gradle to 4.7 (93e03d8)

Maintainance

  • main-activity: move content from fragment to main actvity (b687f1d), (c08dfbf)
  • manifest: add intent-filter for when user taps on settings in app's info (7dbac7a)
  • main-activity: remove bottom navigation (560ab35)
  • settings-experimental: add switch for notifications (6693ec1)
  • settings-notifications: deprecate method introduced in c9c06af (7aceb9e)
  • settings-notifications: make checkbox update UI (c9c06af)
  • icons: use colorControlNormal for fill colour (635cd94)
  • screenshots: move old screenshots to art folder (cd05912)
  • settings: reword more options (9858d76)
  • icons: add xml headers (672c998)
  • settings-notification: dynamically generate settings (470bdbe)
  • build.gradle: bump versionCode & versionName (acdd4f2)

Refactoring

*Note: This bullet point lists all commits which change the naming of strings. This is to reduce the number of lines in the changelog file.

Art

  • art: add app adaptive icon sketch file (f310e39)

Notes

The apk file you are downloading is a beta/release candidate and may break at any time. Please open a new issue if that is the case and add steps for reproducing the issue. You may also include a screenshot and a logcat if you have adb.

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. 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.

melon-house

13 Dec 11:41
bad501e
Compare
Choose a tag to compare
melon-house Pre-release
Pre-release

Docs

  • screenshots: Add screenshots

Features

  • icons: Update icons (onboarding SVG, calendar, clipboard_check) (ec3dbfa)

Misc

  • dependencies: Change the app intro library
  • colour-scheme: Update colours (bad501e7)
  • Add a new repo to get the latest APK from, repo is under the Download section

Erm... There's no release APK for this...

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.

Unfortunately, there's no release apk for 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.

car-arithmetric

17 Aug 14:13
5e2879e
Compare
Choose a tag to compare
car-arithmetric Pre-release
Pre-release

Changes

  • Add an app intro
  • Add screenshots
  • Add a changelog file

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.

field-orange

15 Aug 16:43
c35b372
Compare
Choose a tag to compare
field-orange Pre-release
Pre-release

Changes

  • Add ChromeCustomTabs

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.

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. 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.

flower-scissors

15 Aug 15:43
96e903a
Compare
Choose a tag to compare
flower-scissors Pre-release
Pre-release

Changes

  • Add firebase support.
  • Add AppUpdater support.

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.

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. 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.

jelly-sack

14 Aug 13:59
Compare
Choose a tag to compare
jelly-sack Pre-release
Pre-release

Changes

  • Add tooltips to practically EVERY interactive View
  • Add new task/ remove task
  • Add license

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.

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. 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.