Skip to content

buyer-hotel

Pre-release
Pre-release

Choose a tag to compare

@EdricChan03 EdricChan03 released this 21 Mar 17:35
4cf287f

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.