marzika / Snapprefs

A project which offer enhanced features for Snapchat throught the Xposed Framework.
GNU General Public License v3.0
272 stars 83 forks source link

Separate marking chats as saved from writing them to a log file #225

Closed jackmcbarn closed 7 years ago

jackmcbarn commented 7 years ago

Currently, the same preference controls Snapprefs automatically marking all chats as saved within Snapchat, and for writing them to a file in the ChatLogs folder. This should be split into two separate preferences.

Andrerm124 commented 7 years ago

@jackmcbarn This is on my todo list. I'll be reworking the chatlog saving so that they're stored in a database and viewed in the Snapprefs app (Won't be anything too fancy though) which should make it easier to view them and, as you said, have the option to disable either individually :)

jackmcbarn commented 7 years ago

Hmm, I'm not sure I'm a big fan of the database idea. I do kind of like flat-file saving. (Perhaps have a way to export it like that?)

Andrerm124 commented 7 years ago

The thing is, the database will allow for much better features as I can assign data to each individual chat message. For example (As suggested by another user) I can allow for the option to enable/disable auto logging of selected chats

M1kep commented 7 years ago

I believe this has been resolved/reworked. @Andrerm124 ?

Andrerm124 commented 7 years ago

@M1kep Yeah, it has

M1kep commented 7 years ago

Awesome

@marzika