prepare v0.4.1
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "com.akdev.nofbeventscraper"
|
applicationId "com.akdev.nofbeventscraper"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 10
|
versionCode 11
|
||||||
versionName "0.4.0"
|
versionName "0.4.1"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<string name="error_url">Error: URL invalid</string>
|
<string name="error_url">Error: URL invalid</string>
|
||||||
<string name="error_connection">Error: Unable to connect</string>
|
<string name="error_connection">Error: Unable to connect</string>
|
||||||
<string name="error_unknown">Error: Unknown Error</string>
|
<string name="error_unknown">Error: Unknown Error</string>
|
||||||
|
<string name="error_no_events">Error: No upcoming events</string>
|
||||||
|
|
||||||
|
|
||||||
<!-- Preferences -->
|
<!-- Preferences -->
|
||||||
|
@ -37,7 +37,6 @@
|
||||||
<string name="event_placeholder" translatable="false">Placeholder</string>
|
<string name="event_placeholder" translatable="false">Placeholder</string>
|
||||||
<string name="done">Done</string>
|
<string name="done">Done</string>
|
||||||
<string name="undo">Undo</string>
|
<string name="undo">Undo</string>
|
||||||
<string name="error_no_events">Error: No upcoming events</string>
|
|
||||||
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
- Fix events not displaying correctly after activity resume
|
||||||
|
- add share action on each event
|
||||||
|
- add URL shortener redirection for fb.me
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 200 KiB |
Before Width: | Height: | Size: 243 KiB After Width: | Height: | Size: 245 KiB |
Before Width: | Height: | Size: 283 KiB After Width: | Height: | Size: 261 KiB |
Before Width: | Height: | Size: 235 KiB After Width: | Height: | Size: 78 KiB |