Add ability to reverse search result order

Actually activate hath perks
This commit is contained in:
NerdNumber9
2018-07-08 19:44:22 -04:00
parent 43dc12a0f3
commit 6ae90e0a7d
5 changed files with 61 additions and 8 deletions

View File

@@ -151,6 +151,8 @@ object PreferenceKeys {
const val eh_sessionCookie = "eh_sessionCookie"
const val eh_hathPerksCookie = "eh_hathPerksCookie"
const val eh_enableExHentai = "enable_exhentai"
const val eh_ts_aspNetCookie = "eh_ts_aspNetCookie"

View File

@@ -203,6 +203,7 @@ class PreferencesHelper(val context: Context) {
fun eh_exhSettingsProfile() = rxPrefs.getInteger(Keys.eh_exhSettingsProfile, -1)
fun eh_settingsKey() = rxPrefs.getString(Keys.eh_settingsKey, "")
fun eh_sessionCookie() = rxPrefs.getString(Keys.eh_sessionCookie, "")
fun eh_hathPerksCookies() = rxPrefs.getString(Keys.eh_hathPerksCookie, "")
//Lock
fun eh_lockHash() = rxPrefs.getString(Keys.eh_lock_hash, null)