Giter Club home page Giter Club logo

quickero's Introduction

Quickero

Build Status

An android app to quickly open your favorite apps through a notification.

Get it on Google Play

Building

IMPORTANT
Because of new retrictions introduced in Android 12 this app can't function correctly anymore, because it depends heavily on starting other activities from a notification started by a foreground service and that is forbidden as of now. Maybe I'll try to find a way around those new restrictions if I have the time, but because of this I'm currently not working on this app anymore.

See:

Debug

To build the debug variant you need to create an empty keystore.properties file in the root project directory.

Release

To build the release variant you need to create a keystore.properties file in the root project directory defining the following variables:

storeFile=/path/to/keystore.jks
storePassword=STORE_PASSWORD
keyAlias=KEY_ALIAS
keyPassword=KEY_PASSWORD

Branching strategy

This repository uses Three-Flow as described here.

License

Copyright 2016, 2020 Michael Langer (mchllngr)

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.

quickero's People

Watchers

 avatar  avatar

quickero's Issues

improve scenario "open app when device is locked"

  • check if context.getSystemService(UserManager::class.java).isUserUnlocked could help with notifying the user that the click was registered and the app opened, but the device is locked
  • maybe use the SettingsTile-Service via Broadcast for it to request a device unlock?

update dummy apps for the first start

See ApplicationsRepository for current list.

The last time I basically just used the first 20-30 most popular apps according to the Play Store.

Needed are the applicationIds of those apps. The easiest way is to take it directly from the URL, e.g. https://play.google.com/store/apps/details?id=tv.twitch.android.app -> tv.twitch.android.app

add profiles

  • e.g. work/home
  • automatic change between profiles decided by time/location(/connected wifi?)

Known Bugs

  • Enable-Switch layout is broken on Android-P
  • splashscreen is broken (only api 27?)

app is over all somewhat laggy

e.g. after selecting some app from the selection, the list takes some time to disapper.

My guess is that some work is still done on the main thread that shouldn't be there

TODO

  • add licence to every file ?
  • improve proguard
  • redesign of en-/disabling-switch
  • add tutorial?
  • add feedback
  • add "Donate a beer"
  • add search-bar to application-list
  • profiles (e.g. work/home)
    • automatic change between profiles decided by time/location(/connected wifi?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.