Commit Graph

1717 Commits

Author SHA1 Message Date
semantic-release-bot e4f4a83f1c chore(release): 2.7.0 [skip ci]
# [2.7.0](https://github.com/kolplattformen/skolplattformen/compare/v2.6.0...v2.7.0) (2021-12-06)

### Features

* 🎸 Add week number and calendar dates to timetable ([6fbbcc8](6fbbcc803e))
2021-12-06 19:22:07 +01:00
Viktor Sarström 4e2e26b756
Merge pull request #585 from kolplattformen/feat/week-and-days-on-timetable
feat: 🎸 Add week number and calendar dates to timetable
2021-12-06 19:16:06 +01:00
Andreas Eriksson 6fbbcc803e feat: 🎸 Add week number and calendar dates to timetable 2021-12-06 16:44:10 +01:00
Andreas Eriksson 3359ba85f4 refactor: 💡 Remove old fakeData file 2021-12-05 01:14:54 +01:00
semantic-release-bot d66e87f5db chore(release): 2.6.0 [skip ci]
# [2.6.0](https://github.com/kolplattformen/skolplattformen/compare/v2.5.1...v2.6.0) (2021-12-04)

### Features

* Frontpage date tweaks ([#582](https://github.com/kolplattformen/skolplattformen/issues/582)) ([66e7811](66e7811b83))
2021-12-05 00:16:58 +01:00
Andreas Eriksson 66e7811b83
feat: Frontpage date tweaks (#582)
* Only the daySummary part (timetable info) should use date for next day or next week.
* Restructured test-data
* Add test for parsing Microsoft special date json format
2021-12-05 00:12:20 +01:00
semantic-release-bot 7c017e460b chore(release): 2.5.1 [skip ci]
## [2.5.1](https://github.com/kolplattformen/skolplattformen/compare/v2.5.0...v2.5.1) (2021-12-03)

### Bug Fixes

* 🐛 Show the weekday on startpage if not today ([df28066](df2806648a))
2021-12-03 21:29:25 +01:00
Viktor Sarström 09558115d1
Merge pull request #581 from kolplattformen/feat/fix-date-problems
fix: 🐛 Show the weekday on startpage if not today
2021-12-03 21:23:45 +01:00
Andreas Eriksson df2806648a fix: 🐛 Show the weekday on startpage if not today 2021-12-03 21:12:16 +01:00
semantic-release-bot 3fbd08c794 chore(release): 2.5.0 [skip ci]
# [2.5.0](https://github.com/kolplattformen/skolplattformen/compare/v2.4.0...v2.5.0) (2021-12-03)

### Features

* 🎸 Skip to the next day in calendar ([#425](https://github.com/kolplattformen/skolplattformen/issues/425)) ([fce1d98](fce1d98847))
2021-12-03 11:31:34 +01:00
Christian Landgren fce1d98847
feat: 🎸 Skip to the next day in calendar (#425)
* Add meaningful starting date to components
* Add warn on console use
* Add better error message if response from skola24 is wrong
* Change heading to only show name of day
* Remove extra menu

Co-authored-by: Andreas Eriksson <addeman@gmail.com>
2021-12-03 11:27:09 +01:00
Viktor Sarström 7bee08a550
Merge pull request #514 from kolplattformen/feature/reload-data
Feature/reload data
2021-12-03 08:48:28 +01:00
Andreas Eriksson c92b352a6d Add refresh control to views 2021-12-03 00:18:30 +01:00
Viktor Sarström 9754ba9194
Merge pull request #577 from kolplattformen/fix/inconsistent-pricing
Fix: Inconsistent pricing (last one)
2021-12-02 16:40:09 +01:00
Viktor Sarström 1589c88428
Merge pull request #578 from kolplattformen/feature/sthlm-gbg-copy
WEB: Include Gbg when we talk about supported platforms
2021-12-02 16:39:54 +01:00
semantic-release-bot 20eb4becb6 chore(release): 2.4.0 [skip ci]
# [2.4.0](https://github.com/kolplattformen/skolplattformen/compare/v2.3.2...v2.4.0) (2021-12-02)

### Features

* 🎸 Clear personal cache on login and logout ([#572](https://github.com/kolplattformen/skolplattformen/issues/572)) ([bf29ab5](bf29ab58ed))
* 🎸 Fix image load and typescript errors ([#570](https://github.com/kolplattformen/skolplattformen/issues/570)) ([933a884](933a8840a3))
2021-12-02 15:42:17 +01:00
Andreas Eriksson bf29ab58ed
feat: 🎸 Clear personal cache on login and logout (#572)
Until we have a better cache-clearing function in hooks lib this will
help with not filling the phone with old data
2021-12-02 15:37:52 +01:00
Andreas Eriksson 933a8840a3
feat: 🎸 Fix image load and typescript errors (#570)
* Update Cocoapods version
* Use new api GetRequestHeaders to get headers
* Remove warnings of missing colors and brushes
* Fix typing errors
* Change affected main branch to main
* Remove unused feature toggle
* Add dummy login checker to remove using any
2021-12-02 15:34:15 +01:00
Erik Eng bf4ed46c2b Include Gbg when we talk about supported platforms 2021-12-02 15:27:34 +01:00
Erik Eng 7fb6710ead Fix: Inconsistent pricing (last one) 2021-12-02 12:50:07 +01:00
Erik Eng aea848f66a
Fix: Styles, pricing & contact email (#576)
* Use constant to ensure consistent pricing across pages

* Correct email address anchor

* Add correct h4 color in dark mode
2021-12-02 11:32:08 +00:00
Viktor Sarström 112374b345 Merge branch 'main' of https://github.com/kolplattformen/skolplattformen into main 2021-12-01 21:22:37 +01:00
Viktor Sarström a0733f1048 refactor: 💡 Updated to 3.0.1 for next version 2021-12-01 21:22:29 +01:00
semantic-release-bot a070d8a043 chore(release): 2.3.2 [skip ci]
## [2.3.2](https://github.com/kolplattformen/skolplattformen/compare/v2.3.1...v2.3.2) (2021-12-01)

### Bug Fixes

* 🐛 Readded keystore ([47c2ca3](47c2ca30dc))
2021-12-01 12:50:12 +01:00
Viktor Sarström 47c2ca30dc fix: 🐛 Readded keystore 2021-12-01 12:44:45 +01:00
Viktor Sarström b80185af1c
Merge pull request #568 from kolplattformen/fix/rename-skolplattformen-sthlm-to-skolplattformen
refactor: 💡 Renamed skolplattformen-sthlm to skolplattformen-app
2021-12-01 11:27:21 +01:00
Viktor Sarström 562e8a1a63 Renamed user import since it doesnt exist 2021-12-01 11:22:30 +01:00
Viktor Sarström 0a30145a33 refactor: 💡 Removed exclude 2021-12-01 11:20:02 +01:00
Viktor Sarström 0ba4d355b8 refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
Viktor Sarström 25b9ceaa28 refactor: 💡 Updated package.json on app so haste module owrks 2021-12-01 10:35:36 +01:00
Viktor Sarström b6039e2084 docs: ✏️ Updated spelling error in readme 2021-12-01 10:14:53 +01:00
Viktor Sarström af76906380 refactor: 💡 Renamed skolplattformen-sthlm to skolplattformen 2021-12-01 10:11:28 +01:00
Viktor Sarström e381613abd chore: 🤖 Separeted lint and tests in github actions 2021-12-01 10:02:21 +01:00
Viktor Sarström 75f80bba43
Merge pull request #567 from kolplattformen/docs/better-developnent-documentation
docs: ✏️ Added better documentation for running the project
2021-12-01 09:50:01 +01:00
Viktor Sarström fd495f9d45 docs: ✏️ Added better documentation for running the project
iOS, Android on different operating systems

 Closes: #565
2021-12-01 09:44:12 +01:00
Viktor Sarström 8fb6c86e1d
Merge pull request #562 from kolplattformen/weblate-translations
Translations update from Hosted Weblate
2021-11-30 23:15:42 +01:00
Allan Nordhøy 9fdf205291
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (106 of 106 strings)

Translation: Skolplattformen/App translations
Translate-URL: https://hosted.weblate.org/projects/skolplattformen/app-translation/nb_NO/
2021-11-30 22:34:26 +01:00
Rickard Natt och Dag ef3fd1df7b
Translated using Weblate (Dutch)
Currently translated at 100.0% (105 of 105 strings)

Translation: Skolplattformen/App translations
Translate-URL: https://hosted.weblate.org/projects/skolplattformen/app-translation/nl/
2021-11-30 22:34:26 +01:00
Viktor Sarström 765ad2d56a
Merge pull request #566 from kolplattformen/feat/add-api-test-app
Feat: Add api test app
2021-11-30 22:34:22 +01:00
semantic-release-bot 3cf083404a chore(release): 2.3.1 [skip ci]
## [2.3.1](https://github.com/kolplattformen/skolplattformen/compare/v2.3.0...v2.3.1) (2021-11-30)

### Bug Fixes

* 🐛 Show subject name on Hjärntorget timetable ([b3df527](b3df527d44))
2021-11-30 20:48:28 +01:00
Andreas Eriksson b3df527d44 fix: 🐛 Show subject name on Hjärntorget timetable 2021-11-30 20:42:46 +01:00
Viktor Sarström 0582e7ad2c
Merge pull request #563 from kolplattformen/feature/remove-unused-deps
Remove unused deps from @skolplattformen/api
2021-11-30 17:03:53 +01:00
Andreas Eriksson 9ddcd4bab8 Add readme file 2021-11-30 17:00:13 +01:00
Andreas Eriksson a917e12b7b Set default options to not use debugger och watch 2021-11-30 16:53:34 +01:00
Andreas Eriksson 10c48b205c Change record folder 2021-11-30 16:52:47 +01:00
Andreas Eriksson eccbe5a7aa Add Fetch to imported types 2021-11-30 16:27:37 +01:00
Andreas Eriksson 96c3c31cf8 Working now! 2021-11-30 15:57:05 +01:00
Andreas Eriksson 3f493047cf Use devrun as new main 2021-11-30 15:55:49 +01:00
Andreas Eriksson 477e99faa4 Remove old main 2021-11-30 15:55:49 +01:00
Andreas Eriksson 22a6086703 Move files from lib to app 2021-11-30 15:55:49 +01:00