Skip to content

Commit

Permalink
Release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xRahul committed Feb 23, 2017
1 parent ba5864c commit adb833e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Grouping Messages

This is an android app that learns and categorizes your sms into various categories of your choice.
This is an android app that automatically categorizes your sms into various categories of your choice.

Every trained model will be user specific, so each user can categorize their sms according to their needs.
It requires some learning at the beginning,
Expand All @@ -13,14 +13,13 @@ You can choose the algorithm and base similarity score in settings to truly make

### Screenshots

![Activities](https://github.com/xRahul/GroupingMessages/raw/master/Screenshots/Activities_View.jpg)
![Activities](https://github.com/xRahul/GroupingMessages/raw/master/Screenshots/Activities_View_1.2.jpg)
---
![Settings](https://github.com/xRahul/GroupingMessages/raw/master/Screenshots/Settings_View.jpg)
![Settings](https://github.com/xRahul/GroupingMessages/raw/master/Screenshots/Settings_View_1.2.jpg)


## Future Roadmap-
* Add more intelligence (another layer?)
* Automatically marking the SMS as read when it's read in app
* Show notifications on new sms received
* edit or delete category
* String cleaning options given in preference
* Show reports on daily average
Binary file added Screenshots/Activities_View_1.2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/Settings_View_1.2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/apks/GroupingMessages 1.2.apk
Binary file not shown.
7 changes: 5 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
android:id="@+id/fab_add_category"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
app:srcCompat="@drawable/float_add" />
android:foreground="?android:attr/selectableItemBackground"
app:srcCompat="@drawable/float_add"
app:layout_anchorGravity="center_vertical|center_horizontal"
android:layout_gravity="bottom|center_horizontal"
app:elevation="10dp" />

</android.support.design.widget.CoordinatorLayout>

0 comments on commit adb833e

Please sign in to comment.