apsun / NekoSMS

A pattern-based text message blocker for Android.
GNU General Public License v3.0
426 stars 44 forks source link

Split database + content providers #10

Closed apsun closed 8 years ago

apsun commented 8 years ago

Since the Xposed module no longer needs to write to the blocked SMS database directly, we can split the databases and providers into two separate ones. This means we can version them separately, and require different permissions for each.

apsun commented 8 years ago

This would also be a good opportunity to resolve issues #2 and #6, so we only have to change the database schema once.

apsun commented 8 years ago

As of the latest change, the usefulness of this change is questionable. Most likely won't fix.