Commit Graph
3 Commits
Author SHA1 Message Date
shtrophicandGitHub 6d87230281 fix regressions in parseOpeningHours, ignore holidays (#1411) 2025-06-01 20:05:12 +02:00
MM20 34180ae6b4 Add more opening hour tests 2025-04-18 23:54:12 +02:00
ChristophandGitHub 16637265fb Migrate osm opening hours parsing to external library (#900)
* Fix: don't treat PH OpeningHours with specified time as `everyDay`

* migrate to osm-opening-hours, add tests for openinghours parsing

* Style nit

* implement 'PH,Su off'

* implement SpecificWeekdays

* decrypt source code (a little)

* fix constructor call in OpeningHoursTest.kt

* lint

* fix negative durations, add test for LastNth + test to combine everything implemented

* add copyright note for osm-opening-hours

* remove unused library
2024-10-20 11:47:16 +02:00