Skip to content

Releases: xRahul/GroupingMessages

GroupingMessages v1.6

12 Oct 08:11
ecf9a93
Compare
Choose a tag to compare

Grouping Messages

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,
and it will learn with every training data you provide by choosing correct categories for sms if there's a miss somewhere.

The data processing is done in app, reducing the need for any external apis.

Advanced Feature-
You can choose the algorithm and base similarity score in settings to truly make the categorization yours.

Screenshots

Activities

Settings

Changelog

  • Target Android is now 29 (Android 10 Q)
  • All dependencies are updated to the latest

Future Roadmap-

  • Add more intelligence (another layer?)
  • Show notifications on new sms received
  • String cleaning options given in preference
  • Show reports on daily average

GroupingMessages v1.5

06 Jan 20:41
271b0cd
Compare
Choose a tag to compare

Grouping Messages

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,
and it will learn with every training data you provide by choosing correct categories for sms if there's a miss somewhere.

The data processing is done in app, reducing the need for any external apis.

Advanced Feature-
You can choose the algorithm and base similarity score in settings to truly make the categorization yours.

Screenshots

Activities

Settings

Changelog

  • Target Android is now 28 (Android 9 Pie)
  • All dependencies are updated to the latest
  • Fixed multiple lint issues and exceptions
  • Enabled minify and shrink in release APK reducing size by 54% (2.8MB to 1.3MB)

Future Roadmap-

  • Add more intelligence (another layer?)
  • Show notifications on new sms received
  • String cleaning options given in preference
  • Show reports on daily average

GroupingMessages v1.3

27 Feb 15:06
Compare
Choose a tag to compare

Grouping Messages

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,
and it will learn with every training data you provide by choosing correct categories for sms if there's a miss somewhere.

The data processing is done in app, reducing the need for any external apis.

Advanced Feature-
You can choose the algorithm and base similarity score in settings to truly make the categorization yours.

Screenshots

Activities

Settings

Changelog

  • Can delete SMS- one by one and in bulk
  • Major refactoring of code, taking care of memory leaks and such
  • Added caching in data for faster training
  • Added share to the exported database
  • Bug fixes

Future Roadmap-

  • Add more intelligence (another layer?)
  • Show notifications on new sms received
  • String cleaning options given in preference
  • Show reports on daily average

GroupingMessages v1.2

23 Feb 04:37
Compare
Choose a tag to compare

Grouping Messages

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,
and it will learn with every training data you provide by choosing correct categories for sms if there's a miss somewhere.

The data processing is done in app, reducing the need for any external apis.

Advanced Feature-
You can choose the algorithm and base similarity score in settings to truly make the categorization yours.

Screenshots

Activities

Settings

Changelog

  • Edit.delete categories
  • mark sms as read in app.
  • Bug fixes in categorization.

Future Roadmap-

  • Add more intelligence (another layer?)
  • Show notifications on new sms received
  • String cleaning options given in preference
  • Show reports on daily average

Grouping Messages v1.1

19 Feb 06:45
Compare
Choose a tag to compare

Grouping Messages v1.1

This is an android app that learns and 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,
and it will learn with every training data you provide by choosing correct categories for sms if there's a miss somewhere.

The data processing is done in app, reducing the need for any external apis.

Advanced Feature-
You can choose the algorithm and base similarity score in settings to truly make the categorization yours.

Screenshots

Activities

Settings

Changelog:

  • edit or delete category on long press
  • read/unread count

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
  • String cleaning options given in preference

Grouping Messages 1.0

18 Feb 22:35
Compare
Choose a tag to compare

Grouping Messages v1.0

This is an android app that learns and 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,
and it will learn with every training data you provide by choosing correct categories for sms if there's a miss somewhere.

The data processing is done in app, reducing the need for any external apis.

Advanced Feature-
You can choose the algorithm and base similarity score in settings to truly make the categorization yours.

Screenshots

Activities

Settings

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