Read more on the project's FAQ.
Project Wiki | Github Page | Contribute | Milestones
Message Counter is a modern Android app that counts the number of SMSes sent in a cycle. It is now entirely rewritten in Kotlin and makes use of Android Architecture Components and Kotlin Extensions.
- Shows number of SMS sent per each cycle
- Notifies when SMS limit per cycle is reached
- Ignore SMS sent to configurable numbers
- Top message senders
- Material Design
- Widgets!
- No Advertisements
In order to comply with the latest Google Play policies surrounding the use of certain permissions,
the core functionality of the app cannot be published on Google Play. See more details
To make the app available to all users, it needs to be installed from an alternate source.
Note that restriction applies to all apps on Google Play Store.
Clone this repo and import the project as an existing Android project in Android Studio.
git clone https://github.com/midhunhk/message-counter.git
Open the project in Android Studio
- kotlin-extensions
- lib-ae-apps
- android-support-library
- android-architecture-components
anko library- anko-async
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.