BarInsta/app
Anderson Mesquita dd0f1e397c Extract method to get cookie value
Currently, trying to get a `csrftoken` from an empty cookie string will
crash the application. This creates a helper method to extract a cookie
value given a cookie name by pattern matching on the cookie string and
returning the value if one is found.

Fixes: #167
2020-09-18 16:23:46 -04:00
..
.settings rebrand 2020-09-14 17:31:01 -04:00
src/main Extract method to get cookie value 2020-09-18 16:23:46 -04:00
.classpath rebrand 2020-09-14 17:31:01 -04:00
.gitignore init 2020-07-01 13:08:28 -04:00
.project rebrand 2020-09-14 17:31:01 -04:00
build.gradle Just rearrange the dependencies 2020-09-12 15:35:10 +09:00
lint.xml init 2020-07-01 13:08:28 -04:00
proguard-rules.pro init 2020-07-01 13:08:28 -04:00