Releases: EdricChan03/studybuddy-android
retiree-facility
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
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
- Allow APKs from unknown sources. > Here's an article from HowToGeek showing how to do that
- Download the apk file below.
- Install it by opening it.
- Accept the permissions.
- 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
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
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, or26
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
Bug/Typo fixes
- strings:
uncategorized
->uncategorised
(dd85b80
) - settings: use
ContextCompat#getColor
instead ofgetResources#getColor
(ad5a050
) - proguard: add rules for OkHttp (
b0fd373
)
Libraries
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
- styles: remove extra line (
bb2a0db
) - strings*: (
185ca41
), (3d9c551
) - correctly indent files with tab character (
bdd5243
)
*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
- Allow APKs from unknown sources. > Here's an article from HowToGeek showing how to do that
- Download the apk file below.
- Install it by opening it.
- 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
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
- Allow APKs from unknown sources. > Here's an article from HowToGeek showing how to do that
- Download the apk file below.
- Install it by opening it.
- Accept the permissions.
- 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
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
- Allow APKs from unknown sources. > Here's an article from HowToGeek showing how to do that
- Download the apk file below.
- Install it by opening it.
- Accept the permissions.
- 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
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
- Allow APKs from unknown sources. > Here's an article from HowToGeek showing how to do that
- Download the apk file below.
- Install it by opening it.
- 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
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
- Allow APKs from unknown sources. > Here's an article from HowToGeek showing how to do that
- Download the apk file below.
- Install it by opening it.
- 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
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
- Allow APKs from unknown sources. > Here's an article from HowToGeek showing how to do that
- Download the apk file below.
- Install it by opening it.
- 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.