GitXplorerGitXplorer
J

open-meh

public
48 stars
5 forks
0 issues

Commits

List of commits on branch main.
Unverified
848031298a293503b6cb62d1235a13590b2918b8

smol updates

JJawnnypoo committed 2 years ago
Unverified
06243b5bf4b49410c9da5bbb6ce56b864d6d749d

cleanup

JJawnnypoo committed 2 years ago
Unverified
d730999cd208332bea80d3f5b1083995408aff76

Deprecation cleanup

JJawnnypoo committed 2 years ago
Unverified
9d84d96892fa03c6b2a5dad922bc5a2b55655735

Fix notifications and about page

JJawnnypoo committed 2 years ago
Unverified
16fc06de5eb605c7c044a1949366f6f8c0349f2b

modernize

JJawnnypoo committed 2 years ago
Unverified
a755150042ff1a6de94b911451117d8534151f73

Unflip the notification scheduling

JJawnnypoo committed 5 years ago

README

The README file for this repository.

open meh

meh.com Android app using Kotlin, Retrofit, Moshi, Coroutines, Coil, WorkManager, and more!

screenshot

Get it on Google Play

meh.com is a deal of the day shopping experience filled with humorous writing and great personality. Once they opened up support for an API, an Android app was born.

Building

You will need to generate your own API key from meh and add it to your app/gradle.properties file. If you want Firebase to work, you need to add the google-service.json file from Firebase to the app folder. You can also add a configuration for the keystore for a release build. All in all, your gradle.properties will look something like this:

MEH_API_KEY=api_key_here
KEYSTORE_NAME=file_name_of_keystore_if_you_care.jks
KEYSTORE_PASSWORD=keystorepasswordifyoucare
KEY_PASSWORD=keypasswordifyoucare

You can then generate a release build via:

./gradlew app:bundleRelease

Contribution

Pull requests are welcomed and encouraged. If you experience any bugs, please file an issue

License

Copyright 2023 John Carlson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.