Skip to content

Latest commit

 

History

History
160 lines (102 loc) · 8.9 KB

CHANGELOG.md

File metadata and controls

160 lines (102 loc) · 8.9 KB

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)

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.

Bug Fixes

  • main: remove bottom nav (ebf5bd0)
  • manifest: set main activity as default (661f716)
  • menu: Show menu items only if there is room (1f3ecf8)
  • proguard: add rules for okhttp (b0fd373)
  • register: remove forgot password link (8327c8f)
  • register: removed wrong link (0d18855)
  • 'uncategorised' spelt wrong (dd85b80)
  • downgrade android support libraries to 27.0.2 (497fb86)
  • fix obsolete notices about implementation (1350142)
  • Update prefix of IntroActivity (23f1f5e)
  • settings: check if list is empty (97daf87)
  • settings: set dependency after preference is added to preference screen (8ee0ab7)
  • settings: use ContextCompat#getColor instead of getResources#getColor (ad5a050)

Features

  • deps: Add FirebaseUI (725fdb1)
  • icons: add music and vibrate icons (b7b0247)
  • icons: introduce v2 of adaptive icons (c951277)
  • icons: version 3 of icons (bdda6b9)
  • settings: add ability for preferences to save (notification fragment) (82dc98f)
  • settings: Add another switch for calendar (6650231)
  • shortcuts: add adaptive icon support 🎉 (d963121)
  • introduce new adaptive icons 🎉 (6c53b11)
  • shortcuts: add settings shortcut (1305893)
  • Add a list preference for the update channel (1235e57)
  • add art folder containing screenshots (96c1547)
  • Add new launcher icons 🎉 (829dfdb)
  • add notification settings option (72776ac)
  • Bump version [2] (4ab0436)

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)

1.0.0-beta.795 (2017-09-06)

Features

1.0.0-beta.751 (2017-08-17)

Features

1.0.0-beta.533 (2017-08-15)

Features

1.0.0-beta.520 (2017-08-15)

Features

1.0.0-beta.203 (2017-08-14)

Features