Skip to content

Commit

Permalink
- overhaul metadata capture and processing
Browse files Browse the repository at this point in the history
- exception handling in NominatimClient
- set map boundaries
- format strings according to locale
- overlay drawables for photo pin correctly
- refactored ImageDetailFragment
- add copyright notices
- add support for metadata from server
- tint icons for dark mode

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
  • Loading branch information
ZetaTom authored and tobiasKaminsky committed Aug 29, 2023
1 parent a884800 commit f57be44
Show file tree
Hide file tree
Showing 31 changed files with 2,095 additions and 93 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ dependencies {
// dependencies for image cropping and rotation
implementation 'com.vanniktech:android-image-cropper:4.5.0'

implementation 'org.osmdroid:osmdroid-android:6.1.16'

implementation('org.mnode.ical4j:ical4j:3.0.0') {
['org.apache.commons', 'commons-logging'].each {
exclude group: "$it"
Expand Down
Loading

0 comments on commit f57be44

Please sign in to comment.