This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commits on Sep 9, 2022
-
* Fix iPad stacks breaking iPhone collapsibles in grades and lectures * Fix weird spacing in lectures list due to nested VStacks * Fix grades screen showing error upon login * Fix discrepancy in MenuPickerStyle between ios 15 and 16 * Fix resfresh of authericated information after sign out Co-authored-by: Milen Vitanov <m.vitanov@tum.de>
Configuration menu - View commit details
-
Copy full SHA for ddd83b2 - Browse repository at this point
Copy the full SHA ddd83b2View commit details
Commits on Sep 15, 2022
-
* Feature/widget views (#472) * Add empty widget view * Add tuition widget * Add Cafeteria Widget * Cycle through menu items in cafeteria widget * Add allergenics label to cafeteria widget * Add study room widget * Add widget sizes, improve widget visibility * Improve design of tuition fee widget * Implement different size options for CafeteriaWidgetView, remove animations * Make tuition widget compatible with all sizes, improve its design * Make study room widget compatible with all sizes, improve its design * Beautify study room widget * Beautify tuition widget * Change study room widget color to white / dark gray * Change tuition fee widget color to white / dark gray * Add text widget view * Use text widget view in study room widget * Use widget color in widget loading view * Update project file * Beautify cafeteria widget * Remove Color extension * Fix count of available study rooms in large study room widget * Add grades widget * Add profile toolbar to widget screen * Add calendar widget * Fix preview * Add map background to study room widget * Improve study room widget design * Improve tuition widget design * Refactor TuitionWidgetInfoView * Improve cafeteria widget design * Improve grade widget design * Make calendar widget title size consistent with other widgets * Change symbol for widget screen * Improve widget frame previews * Add time based widget recommendations * Use protocols for widget recommender strategies * Add location strategy for widget recommendations * Add spatio-temporal strategy for widget recommendations * Add support for app usage data storage * Collect usage data for calendar, grades, cafeteria, study room, and tuition view * Add functionality to upload and persist analytics data * Add analytics opt-in * Collect data in selected views * Remove widget screen * Consider sheet blocking content for grades analytics * Consider sheet blocking content for calendar analytics * Listen to events for TCA sheets in AppUsageData * Hide API address * WIP - Add AnalyticsStrategy Co-authored-by: robynkoelle <46612010+robynkoelle@users.noreply.github.com> Co-authored-by: Robyn Kölle <robyn.koelle@tum.de>
Configuration menu - View commit details
-
Copy full SHA for c35a54e - Browse repository at this point
Copy the full SHA c35a54eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97ae3e2 - Browse repository at this point
Copy the full SHA 97ae3e2View commit details
Commits on Sep 27, 2022
-
Revert 495 feature/analytics (#496)
* Feature/analytics (#495) * Feature/widget views (#472) * Add empty widget view * Add tuition widget * Add Cafeteria Widget * Cycle through menu items in cafeteria widget * Add allergenics label to cafeteria widget * Add study room widget * Add widget sizes, improve widget visibility * Improve design of tuition fee widget * Implement different size options for CafeteriaWidgetView, remove animations * Make tuition widget compatible with all sizes, improve its design * Make study room widget compatible with all sizes, improve its design * Beautify study room widget * Beautify tuition widget * Change study room widget color to white / dark gray * Change tuition fee widget color to white / dark gray * Add text widget view * Use text widget view in study room widget * Use widget color in widget loading view * Update project file * Beautify cafeteria widget * Remove Color extension * Fix count of available study rooms in large study room widget * Add grades widget * Add profile toolbar to widget screen * Add calendar widget * Fix preview * Add map background to study room widget * Improve study room widget design * Improve tuition widget design * Refactor TuitionWidgetInfoView * Improve cafeteria widget design * Improve grade widget design * Make calendar widget title size consistent with other widgets * Change symbol for widget screen * Improve widget frame previews * Add time based widget recommendations * Use protocols for widget recommender strategies * Add location strategy for widget recommendations * Add spatio-temporal strategy for widget recommendations * Add support for app usage data storage * Collect usage data for calendar, grades, cafeteria, study room, and tuition view * Bugfix/482 (#483) * Fix iPad stacks breaking iPhone collapsibles in grades and lectures * Fix weird spacing in lectures list due to nested VStacks * Fix grades screen showing error upon login * Fix discrepancy in MenuPickerStyle between ios 15 and 16 * Fix resfresh of authericated information after sign out Co-authored-by: Milen Vitanov <m.vitanov@tum.de> * Add functionality to upload and persist analytics data * Add analytics opt-in * Collect data in selected views * Remove widget screen * Consider sheet blocking content for grades analytics * Consider sheet blocking content for calendar analytics * Listen to events for TCA sheets in AppUsageData * Hide API address * WIP - Add AnalyticsStrategy * Update AnalyticsOptInView * Add API secrets file to .gitignore Co-authored-by: robynkoelle <46612010+robynkoelle@users.noreply.github.com> Co-authored-by: Milen Vitanov <milen.vitanov96@gmail.com> Co-authored-by: Milen Vitanov <m.vitanov@tum.de> Co-authored-by: Robyn Kölle <robyn.koelle@tum.de> * Revert "Feature/analytics (#495)" This reverts commit f8a4564. Co-authored-by: robynkoelle <46612010+robynkoelle@users.noreply.github.com> Co-authored-by: Milen Vitanov <milen.vitanov96@gmail.com> Co-authored-by: Milen Vitanov <m.vitanov@tum.de> Co-authored-by: Robyn Kölle <robyn.koelle@tum.de>
Configuration menu - View commit details
-
Copy full SHA for 7d58902 - Browse repository at this point
Copy the full SHA 7d58902View commit details
Commits on Oct 13, 2022
-
* Change Map Panel bottom position * Put control of Map Panel into PanelContentView.swift * increase drag area * Map Panel: change top drag area bar to original size * MapPanel: increase Dragarea * MapPanel: remove DragArea Marker * MapPanel: remove view lag when selecting search field * MapPanel: increase Panel DragArea * Improve Code * MapPanel: increase DragArea on Studyroom Group View * improved dragging on different mapPanel views * MapPanel Dragging: bug fixes * stop panel from moving when clicking panelList item * resolve issue: cafeteria annotations not reloading after picker switch
Configuration menu - View commit details
-
Copy full SHA for ca37631 - Browse repository at this point
Copy the full SHA ca37631View commit details -
* Feature/widget views (#472) * Add empty widget view * Add tuition widget * Add Cafeteria Widget * Cycle through menu items in cafeteria widget * Add allergenics label to cafeteria widget * Add study room widget * Add widget sizes, improve widget visibility * Improve design of tuition fee widget * Implement different size options for CafeteriaWidgetView, remove animations * Make tuition widget compatible with all sizes, improve its design * Make study room widget compatible with all sizes, improve its design * Beautify study room widget * Beautify tuition widget * Change study room widget color to white / dark gray * Change tuition fee widget color to white / dark gray * Add text widget view * Use text widget view in study room widget * Use widget color in widget loading view * Update project file * Beautify cafeteria widget * Remove Color extension * Fix count of available study rooms in large study room widget * Add grades widget * Add profile toolbar to widget screen * Add calendar widget * Fix preview * Add map background to study room widget * Improve study room widget design * Improve tuition widget design * Refactor TuitionWidgetInfoView * Improve cafeteria widget design * Improve grade widget design * Make calendar widget title size consistent with other widgets * Change symbol for widget screen * Improve widget frame previews * Add time based widget recommendations * Use protocols for widget recommender strategies * Add location strategy for widget recommendations * Add spatio-temporal strategy for widget recommendations * Add support for app usage data storage * Collect usage data for calendar, grades, cafeteria, study room, and tuition view * Feature/analytics (#497) * Fix/design fixes (#473) * MoviesView: Background Text in case no movies are left in a Semester * Calendar: spacing for headerscroll * Mapview: fixed spacer height between list & searchbar -> ipad had weird spacing before * Mapview: fixes in Panel height & positions * Fix/movie card ipad (#474) * Profile View: - adjust App icon change text - adjust version text to darkmode * Movie card view: give fixed size to movie cards to adapt to iPad screen * News Card: weird iPad screen overlap fixed * Fixing the issue when tapping on a news card of the five latest news where got the wrong WebView when WebView was enabled. It was always using the first link. This was because the .sheet() should only be implemented once and the parameter (i.e. the selectedLink) should be changed. In order to do that the URL has to be made identifable. * Profile & Person detail views: fix profile image stretch * Generic Collapsible: Make whole object clickable (before: just text & chevron) * Fix on Portrait Mode on iPhone * Calendar: improve header scroll design * Meal Plan View: adjust "no menus available today" to dark mode * News Card: improve "show more" card design for iPad Co-authored-by: David Lin <davidlin1412@yahoo.de> * Fix/splashscreen (#475) * Add storyboard to fix Launch Screen stretch * - remove original splash screen code - fix launch screen issues on iPad * fix iPad screen issue * Fixing the tower logo to not hide the buttons anymore (#476) * Fixing the tower logo to not hide the buttons anymore * Fixing the login without TUM ID button on landscape mode for iPad 12.9 inch * Removing a border for visualization * Map view: adjust searchbar placeholder to system language Co-authored-by: August Wittgenstein <august.wittgenstein@tum.de> * info.plist add UINewsstandApp = true * info.plist: delete remove newsstand icon error * . (#479) * Fix Typo Mail (#480) * Bugfix/482 (#483) * Fix iPad stacks breaking iPhone collapsibles in grades and lectures * Fix weird spacing in lectures list due to nested VStacks * Fix grades screen showing error upon login * Fix discrepancy in MenuPickerStyle between ios 15 and 16 * Fix resfresh of authericated information after sign out Co-authored-by: Milen Vitanov <m.vitanov@tum.de> * Add functionality to upload and persist analytics data * Add analytics opt-in * Collect data in selected views * Remove widget screen * Consider sheet blocking content for grades analytics * Consider sheet blocking content for calendar analytics * Listen to events for TCA sheets in AppUsageData * Hide API address * WIP - Add AnalyticsStrategy * Feature/analytics (#484) * Feature/widget views (#472) * Add empty widget view * Add tuition widget * Add Cafeteria Widget * Cycle through menu items in cafeteria widget * Add allergenics label to cafeteria widget * Add study room widget * Add widget sizes, improve widget visibility * Improve design of tuition fee widget * Implement different size options for CafeteriaWidgetView, remove animations * Make tuition widget compatible with all sizes, improve its design * Make study room widget compatible with all sizes, improve its design * Beautify study room widget * Beautify tuition widget * Change study room widget color to white / dark gray * Change tuition fee widget color to white / dark gray * Add text widget view * Use text widget view in study room widget * Use widget color in widget loading view * Update project file * Beautify cafeteria widget * Remove Color extension * Fix count of available study rooms in large study room widget * Add grades widget * Add profile toolbar to widget screen * Add calendar widget * Fix preview * Add map background to study room widget * Improve study room widget design * Improve tuition widget design * Refactor TuitionWidgetInfoView * Improve cafeteria widget design * Improve grade widget design * Make calendar widget title size consistent with other widgets * Change symbol for widget screen * Improve widget frame previews * Add time based widget recommendations * Use protocols for widget recommender strategies * Add location strategy for widget recommendations * Add spatio-temporal strategy for widget recommendations * Add support for app usage data storage * Collect usage data for calendar, grades, cafeteria, study room, and tuition view * Add functionality to upload and persist analytics data * Add analytics opt-in * Collect data in selected views * Remove widget screen * Consider sheet blocking content for grades analytics * Consider sheet blocking content for calendar analytics * Listen to events for TCA sheets in AppUsageData * Hide API address * WIP - Add AnalyticsStrategy Co-authored-by: robynkoelle <46612010+robynkoelle@users.noreply.github.com> Co-authored-by: Robyn Kölle <robyn.koelle@tum.de> * Textanpassungen RK BA * Update AnalyticsOptInView * Add API secrets file to .gitignore * Revert 495 feature/analytics (#496) * Feature/analytics (#495) * Feature/widget views (#472) * Add empty widget view * Add tuition widget * Add Cafeteria Widget * Cycle through menu items in cafeteria widget * Add allergenics label to cafeteria widget * Add study room widget * Add widget sizes, improve widget visibility * Improve design of tuition fee widget * Implement different size options for CafeteriaWidgetView, remove animations * Make tuition widget compatible with all sizes, improve its design * Make study room widget compatible with all sizes, improve its design * Beautify study room widget * Beautify tuition widget * Change study room widget color to white / dark gray * Change tuition fee widget color to white / dark gray * Add text widget view * Use text widget view in study room widget * Use widget color in widget loading view * Update project file * Beautify cafeteria widget * Remove Color extension * Fix count of available study rooms in large study room widget * Add grades widget * Add profile toolbar to widget screen * Add calendar widget * Fix preview * Add map background to study room widget * Improve study room widget design * Improve tuition widget design * Refactor TuitionWidgetInfoView * Improve cafeteria widget design * Improve grade widget design * Make calendar widget title size consistent with other widgets * Change symbol for widget screen * Improve widget frame previews * Add time based widget recommendations * Use protocols for widget recommender strategies * Add location strategy for widget recommendations * Add spatio-temporal strategy for widget recommendations * Add support for app usage data storage * Collect usage data for calendar, grades, cafeteria, study room, and tuition view * Bugfix/482 (#483) * Fix iPad stacks breaking iPhone collapsibles in grades and lectures * Fix weird spacing in lectures list due to nested VStacks * Fix grades screen showing error upon login * Fix discrepancy in MenuPickerStyle between ios 15 and 16 * Fix resfresh of authericated information after sign out Co-authored-by: Milen Vitanov <m.vitanov@tum.de> * Add functionality to upload and persist analytics data * Add analytics opt-in * Collect data in selected views * Remove widget screen * Consider sheet blocking content for grades analytics * Consider sheet blocking content for calendar analytics * Listen to events for TCA sheets in AppUsageData * Hide API address * WIP - Add AnalyticsStrategy * Update AnalyticsOptInView * Add API secrets file to .gitignore Co-authored-by: robynkoelle <46612010+robynkoelle@users.noreply.github.com> Co-authored-by: Milen Vitanov <milen.vitanov96@gmail.com> Co-authored-by: Milen Vitanov <m.vitanov@tum.de> Co-authored-by: Robyn Kölle <robyn.koelle@tum.de> * Revert "Feature/analytics (#495)" This reverts commit f8a4564. Co-authored-by: robynkoelle <46612010+robynkoelle@users.noreply.github.com> Co-authored-by: Milen Vitanov <milen.vitanov96@gmail.com> Co-authored-by: Milen Vitanov <m.vitanov@tum.de> Co-authored-by: Robyn Kölle <robyn.koelle@tum.de> * Implement AnalyticsStrategy using CoreML * Add filter for relevant data in AnalyticsStrategy * Disable analytics opt-in and data upload Co-authored-by: August Wittgenstein <75639931+AW-tum@users.noreply.github.com> Co-authored-by: David Lin <davidlin1412@yahoo.de> Co-authored-by: 14slash12 <59373377+14slash12@users.noreply.github.com> Co-authored-by: August Wittgenstein <august.wittgenstein@tum.de> Co-authored-by: Philipp, Zagar <philipp.zagar@gmail.com> Co-authored-by: Milen Vitanov <milen.vitanov96@gmail.com> Co-authored-by: Milen Vitanov <m.vitanov@tum.de> * Use single associated widget for Campus App views * Remove analytics opt-in query in profile view * Enable interactive dismiss for analytics opt-in view * Arrange widgets dynamically on widget screen * Adapt widget size to screen size * Update widget frame design * Add expandable view modifier for widgets * Make calendar widget expandable and tappable * Make grades widget expandable and tappable * Make tuition widget expandable * Make cafeteria widget expandable and tappable * Make study room widget expandable and tappable * Use map image in widget map background view * Use spatio-temporal strategy for widget recommendations * Make expanding widgets more interactive * Request location permission for widgets * Make widgets refreshable * Make rectangle widget size consistent * Support tbd grades in grades widget * Make calendar and study room widgets adapt to screen size better * Make widget screen compatible with iPads * Fix bug where users cannot dismiss the study room group view on the map * Fix cafeteria widget: display real menu, display full meal plan on tap * Use stack navigation style for widget screen * Only show events with future end date in calendar widget * Fix Secrets path * Resolve conflicts Co-authored-by: August Wittgenstein <75639931+AW-tum@users.noreply.github.com> Co-authored-by: David Lin <davidlin1412@yahoo.de> Co-authored-by: 14slash12 <59373377+14slash12@users.noreply.github.com> Co-authored-by: August Wittgenstein <august.wittgenstein@tum.de> Co-authored-by: Philipp, Zagar <philipp.zagar@gmail.com> Co-authored-by: Milen Vitanov <milen.vitanov96@gmail.com> Co-authored-by: Milen Vitanov <m.vitanov@tum.de>
Configuration menu - View commit details
-
Copy full SHA for 8279ee9 - Browse repository at this point
Copy the full SHA 8279ee9View commit details
Commits on Oct 14, 2022
-
* Feature/widget views (#472) * Add empty widget view * Add tuition widget * Add Cafeteria Widget * Cycle through menu items in cafeteria widget * Add allergenics label to cafeteria widget * Add study room widget * Add widget sizes, improve widget visibility * Improve design of tuition fee widget * Implement different size options for CafeteriaWidgetView, remove animations * Make tuition widget compatible with all sizes, improve its design * Make study room widget compatible with all sizes, improve its design * Beautify study room widget * Beautify tuition widget * Change study room widget color to white / dark gray * Change tuition fee widget color to white / dark gray * Add text widget view * Use text widget view in study room widget * Use widget color in widget loading view * Update project file * Beautify cafeteria widget * Remove Color extension * Fix count of available study rooms in large study room widget * Add grades widget * Add profile toolbar to widget screen * Add calendar widget * Fix preview * Add map background to study room widget * Improve study room widget design * Improve tuition widget design * Refactor TuitionWidgetInfoView * Improve cafeteria widget design * Improve grade widget design * Make calendar widget title size consistent with other widgets * Change symbol for widget screen * Improve widget frame previews * Add time based widget recommendations * Use protocols for widget recommender strategies * Add location strategy for widget recommendations * Add spatio-temporal strategy for widget recommendations * Add support for app usage data storage * Collect usage data for calendar, grades, cafeteria, study room, and tuition view * Feature/analytics (#497) * Fix/design fixes (#473) * MoviesView: Background Text in case no movies are left in a Semester * Calendar: spacing for headerscroll * Mapview: fixed spacer height between list & searchbar -> ipad had weird spacing before * Mapview: fixes in Panel height & positions * Fix/movie card ipad (#474) * Profile View: - adjust App icon change text - adjust version text to darkmode * Movie card view: give fixed size to movie cards to adapt to iPad screen * News Card: weird iPad screen overlap fixed * Fixing the issue when tapping on a news card of the five latest news where got the wrong WebView when WebView was enabled. It was always using the first link. This was because the .sheet() should only be implemented once and the parameter (i.e. the selectedLink) should be changed. In order to do that the URL has to be made identifable. * Profile & Person detail views: fix profile image stretch * Generic Collapsible: Make whole object clickable (before: just text & chevron) * Fix on Portrait Mode on iPhone * Calendar: improve header scroll design * Meal Plan View: adjust "no menus available today" to dark mode * News Card: improve "show more" card design for iPad Co-authored-by: David Lin <davidlin1412@yahoo.de> * Fix/splashscreen (#475) * Add storyboard to fix Launch Screen stretch * - remove original splash screen code - fix launch screen issues on iPad * fix iPad screen issue * Fixing the tower logo to not hide the buttons anymore (#476) * Fixing the tower logo to not hide the buttons anymore * Fixing the login without TUM ID button on landscape mode for iPad 12.9 inch * Removing a border for visualization * Map view: adjust searchbar placeholder to system language Co-authored-by: August Wittgenstein <august.wittgenstein@tum.de> * info.plist add UINewsstandApp = true * info.plist: delete remove newsstand icon error * . (#479) * Fix Typo Mail (#480) * Bugfix/482 (#483) * Fix iPad stacks breaking iPhone collapsibles in grades and lectures * Fix weird spacing in lectures list due to nested VStacks * Fix grades screen showing error upon login * Fix discrepancy in MenuPickerStyle between ios 15 and 16 * Fix resfresh of authericated information after sign out Co-authored-by: Milen Vitanov <m.vitanov@tum.de> * Add functionality to upload and persist analytics data * Add analytics opt-in * Collect data in selected views * Remove widget screen * Consider sheet blocking content for grades analytics * Consider sheet blocking content for calendar analytics * Listen to events for TCA sheets in AppUsageData * Hide API address * WIP - Add AnalyticsStrategy * Feature/analytics (#484) * Feature/widget views (#472) * Add empty widget view * Add tuition widget * Add Cafeteria Widget * Cycle through menu items in cafeteria widget * Add allergenics label to cafeteria widget * Add study room widget * Add widget sizes, improve widget visibility * Improve design of tuition fee widget * Implement different size options for CafeteriaWidgetView, remove animations * Make tuition widget compatible with all sizes, improve its design * Make study room widget compatible with all sizes, improve its design * Beautify study room widget * Beautify tuition widget * Change study room widget color to white / dark gray * Change tuition fee widget color to white / dark gray * Add text widget view * Use text widget view in study room widget * Use widget color in widget loading view * Update project file * Beautify cafeteria widget * Remove Color extension * Fix count of available study rooms in large study room widget * Add grades widget * Add profile toolbar to widget screen * Add calendar widget * Fix preview * Add map background to study room widget * Improve study room widget design * Improve tuition widget design * Refactor TuitionWidgetInfoView * Improve cafeteria widget design * Improve grade widget design * Make calendar widget title size consistent with other widgets * Change symbol for widget screen * Improve widget frame previews * Add time based widget recommendations * Use protocols for widget recommender strategies * Add location strategy for widget recommendations * Add spatio-temporal strategy for widget recommendations * Add support for app usage data storage * Collect usage data for calendar, grades, cafeteria, study room, and tuition view * Add functionality to upload and persist analytics data * Add analytics opt-in * Collect data in selected views * Remove widget screen * Consider sheet blocking content for grades analytics * Consider sheet blocking content for calendar analytics * Listen to events for TCA sheets in AppUsageData * Hide API address * WIP - Add AnalyticsStrategy Co-authored-by: robynkoelle <46612010+robynkoelle@users.noreply.github.com> Co-authored-by: Robyn Kölle <robyn.koelle@tum.de> * Textanpassungen RK BA * Update AnalyticsOptInView * Add API secrets file to .gitignore * Revert 495 feature/analytics (#496) * Feature/analytics (#495) * Feature/widget views (#472) * Add empty widget view * Add tuition widget * Add Cafeteria Widget * Cycle through menu items in cafeteria widget * Add allergenics label to cafeteria widget * Add study room widget * Add widget sizes, improve widget visibility * Improve design of tuition fee widget * Implement different size options for CafeteriaWidgetView, remove animations * Make tuition widget compatible with all sizes, improve its design * Make study room widget compatible with all sizes, improve its design * Beautify study room widget * Beautify tuition widget * Change study room widget color to white / dark gray * Change tuition fee widget color to white / dark gray * Add text widget view * Use text widget view in study room widget * Use widget color in widget loading view * Update project file * Beautify cafeteria widget * Remove Color extension * Fix count of available study rooms in large study room widget * Add grades widget * Add profile toolbar to widget screen * Add calendar widget * Fix preview * Add map background to study room widget * Improve study room widget design * Improve tuition widget design * Refactor TuitionWidgetInfoView * Improve cafeteria widget design * Improve grade widget design * Make calendar widget title size consistent with other widgets * Change symbol for widget screen * Improve widget frame previews * Add time based widget recommendations * Use protocols for widget recommender strategies * Add location strategy for widget recommendations * Add spatio-temporal strategy for widget recommendations * Add support for app usage data storage * Collect usage data for calendar, grades, cafeteria, study room, and tuition view * Bugfix/482 (#483) * Fix iPad stacks breaking iPhone collapsibles in grades and lectures * Fix weird spacing in lectures list due to nested VStacks * Fix grades screen showing error upon login * Fix discrepancy in MenuPickerStyle between ios 15 and 16 * Fix resfresh of authericated information after sign out Co-authored-by: Milen Vitanov <m.vitanov@tum.de> * Add functionality to upload and persist analytics data * Add analytics opt-in * Collect data in selected views * Remove widget screen * Consider sheet blocking content for grades analytics * Consider sheet blocking content for calendar analytics * Listen to events for TCA sheets in AppUsageData * Hide API address * WIP - Add AnalyticsStrategy * Update AnalyticsOptInView * Add API secrets file to .gitignore Co-authored-by: robynkoelle <46612010+robynkoelle@users.noreply.github.com> Co-authored-by: Milen Vitanov <milen.vitanov96@gmail.com> Co-authored-by: Milen Vitanov <m.vitanov@tum.de> Co-authored-by: Robyn Kölle <robyn.koelle@tum.de> * Revert "Feature/analytics (#495)" This reverts commit f8a4564. Co-authored-by: robynkoelle <46612010+robynkoelle@users.noreply.github.com> Co-authored-by: Milen Vitanov <milen.vitanov96@gmail.com> Co-authored-by: Milen Vitanov <m.vitanov@tum.de> Co-authored-by: Robyn Kölle <robyn.koelle@tum.de> * Implement AnalyticsStrategy using CoreML * Add filter for relevant data in AnalyticsStrategy * Disable analytics opt-in and data upload Co-authored-by: August Wittgenstein <75639931+AW-tum@users.noreply.github.com> Co-authored-by: David Lin <davidlin1412@yahoo.de> Co-authored-by: 14slash12 <59373377+14slash12@users.noreply.github.com> Co-authored-by: August Wittgenstein <august.wittgenstein@tum.de> Co-authored-by: Philipp, Zagar <philipp.zagar@gmail.com> Co-authored-by: Milen Vitanov <milen.vitanov96@gmail.com> Co-authored-by: Milen Vitanov <m.vitanov@tum.de> * Use single associated widget for Campus App views * Remove analytics opt-in query in profile view * Enable interactive dismiss for analytics opt-in view * Arrange widgets dynamically on widget screen * Adapt widget size to screen size * Update widget frame design * Add expandable view modifier for widgets * Make calendar widget expandable and tappable * Make grades widget expandable and tappable * Make tuition widget expandable * Make cafeteria widget expandable and tappable * Make study room widget expandable and tappable * Use map image in widget map background view * Use spatio-temporal strategy for widget recommendations * Make expanding widgets more interactive * Request location permission for widgets * Make widgets refreshable * Make rectangle widget size consistent * Support tbd grades in grades widget * Make calendar and study room widgets adapt to screen size better * Make widget screen compatible with iPads * Fix bug where users cannot dismiss the study room group view on the map * Fix cafeteria widget: display real menu, display full meal plan on tap * Use stack navigation style for widget screen * Only show events with future end date in calendar widget * Fix Secrets path * Resolve conflicts * Fix map snapshot bug * Fix order of displayed menu items in MenuView * Fix order of dishes in MenuViewModel * Automatically refresh widgets every minute * Fix drag gestures on CafeteriaView, StudyRoomGroupView * Remove simultaneous drag gestures from buttons in PanelContentView, CafeteriaView, StudyRoomGroupView * Move data collection from GradesScreen to GradesView Co-authored-by: August Wittgenstein <75639931+AW-tum@users.noreply.github.com> Co-authored-by: David Lin <davidlin1412@yahoo.de> Co-authored-by: 14slash12 <59373377+14slash12@users.noreply.github.com> Co-authored-by: August Wittgenstein <august.wittgenstein@tum.de> Co-authored-by: Philipp, Zagar <philipp.zagar@gmail.com> Co-authored-by: Milen Vitanov <milen.vitanov96@gmail.com> Co-authored-by: Milen Vitanov <m.vitanov@tum.de>
Configuration menu - View commit details
-
Copy full SHA for 30edab6 - Browse repository at this point
Copy the full SHA 30edab6View commit details
Commits on Oct 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5dad6d3 - Browse repository at this point
Copy the full SHA 5dad6d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ece60d - Browse repository at this point
Copy the full SHA 0ece60dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ab010 - Browse repository at this point
Copy the full SHA 18ab010View commit details -
Configuration menu - View commit details
-
Copy full SHA for e232f67 - Browse repository at this point
Copy the full SHA e232f67View commit details
Commits on Oct 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 78aade0 - Browse repository at this point
Copy the full SHA 78aade0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44997a6 - Browse repository at this point
Copy the full SHA 44997a6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.