Quick Circle Apps is an Android application made by Yoav Sternberg. The application provide modules for the G3 Quick Circle Case.
The app uses LG Quick Circle SDK and QSlide SDK.
- Torch - Enable/Disable camera flash.
- Music - Register
NotificationListenerService
that implementsRemoteController.OnClientUpdateListener
. - Notifications - Register another
NotificationListenerService
. - Calendar - Reading events data from
CalendarContract.Events
. - Toggles - Each toggles use its permissions to change the state.
- Stopwatch - Uses
TimerTask
that run every 10 milliseconds to update the clock. - Calculator - Evaluate the math string using EvalEx library.
- News - Use Feedly Cloud Api to receive the newest 20 articles from the user feed.
- LG for their Quick Circle and QSlide SDKs.
- Excilys team for Android annotations that made my life a lot easier.
- Joan Zapata for android-iconify.
- Google for Android, Support V4, V13 packages and GSON.
- Jake Wharton for viewpagerindicator.
- Pablo Fernandez For Scribe-java.
- Jeppe Foldager for its wonderful icons.
- Miras Absar for Airy.
- Udo Klimaschewski For EvalEx.
- Evgeny Shishkin for RobotoTextView.
- Jeff Gilfelt for SystemBarTint.
- Faiz Malkani for FloatingActionButton.
Copyright 2014 Yoav Sternberg
Quick Circle Apps is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Quick Circle Apps is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Quick Circle Apps. If not, see <http://www.gnu.org/licenses/>.