Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Basic Push Notifications Service #518

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Nov 24, 2022

  1. v4.1 (#517)

    * Fix/widget and movie bugs (#511)
    
    * change tabbar items of Widgets & Grades to "outline"
    
    * change studyroom widget icon
    
    * bugfix: show events on same day -> filter past events out before building dict
    
    * Improve MovieCard Design
    
    * Update Version Number
    
    * Make Widgets only available on phone
    
    * Fix/token permissions UI (#512)
    
    * Adding a new warning if not all permissions are granted.
    
    * Spacers and Localizables
    
    * bugfix: fix tower image (#509)
    
    Closes #508
    
    * Design/login (#513)
    
    * Move Calendar Picker to bottom
    
    * Rename Widget Tabbaritem
    
    * Make LecturesView icons outline
    
    * LectureView: reduce Lecture Info Text sizes
    
    * Remove Calendar EventsView
    
    * Fix Movie Title Image gray bar
    
    * - fix TUM logo white pixelation
    - calendar picker back to top
    
    * Redesign some stuff for the Login Process
    
    * Remove old tum logo_white images
    
    * A few Login Design changes
    
    * Add Need Help Button to Check Permissions View
    
    * Remove red x from Check Token Button
    
    * Add personal NavigationTitle to Widget View
    
    * Today Btn press in Calendar forwards to day view
    
    * Adjust Login Design to iPad
    
    * Localize Mensa Garching traffic
    
    * Remove icon from Semester List Group Header on Grades & Lectures
    
    * Adjust Grades Info Design to Lectures (-> icon outline, text larger)
    
    * LectureDetails: Add contact btn to lecturer info
    
    * Change Lecturer Search Icon
    
    * Widget View: await name to display navigationTitle
    
    * Add Spacer to Widget Detail sheet top
    
    * Change color check token permission view text
    
    * Open Widget View when logging in
    
    * Generate personalized Widget Navigation Title
    
    * Reorder Code Widget Screen
    
    * Adjust Profile "GET IN CONTACT" Btns to Webview setting
    
    * Move NavTitle loading into recommender loading
    
    * remove request location always use
    
    * A few Login - Token Design changes
    
    Co-authored-by: August Wittgenstein <[email protected]>
    Co-authored-by: August Wittgenstein <[email protected]>
    Co-authored-by: 14slash12 <[email protected]>
    Co-authored-by: Thomas Schuster <[email protected]>
    5 people authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ed182bd View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    125c990 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    8f45604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    296db99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01c6660 View commit details
    Browse the repository at this point in the history
  4. cleaned up logging

    Antonwy committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    d1f2a7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bcb7061 View commit details
    Browse the repository at this point in the history
  6. Added comments

    Antonwy committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    958344c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. created keychain service

    Antonwy committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    ba475fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e672da View commit details
    Browse the repository at this point in the history
  3. resolved requested comments

    Antonwy committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    70fc34e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    f80bd7a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Bring main up to date (#521)

    * Fix/widget and movie bugs (#511)
    
    * change tabbar items of Widgets & Grades to "outline"
    
    * change studyroom widget icon
    
    * bugfix: show events on same day -> filter past events out before building dict
    
    * Improve MovieCard Design
    
    * Update Version Number
    
    * Make Widgets only available on phone
    
    * Fix/token permissions UI (#512)
    
    * Adding a new warning if not all permissions are granted.
    
    * Spacers and Localizables
    
    * bugfix: fix tower image (#509)
    
    Closes #508
    
    * Design/login (#513)
    
    * Move Calendar Picker to bottom
    
    * Rename Widget Tabbaritem
    
    * Make LecturesView icons outline
    
    * LectureView: reduce Lecture Info Text sizes
    
    * Remove Calendar EventsView
    
    * Fix Movie Title Image gray bar
    
    * - fix TUM logo white pixelation
    - calendar picker back to top
    
    * Redesign some stuff for the Login Process
    
    * Remove old tum logo_white images
    
    * A few Login Design changes
    
    * Add Need Help Button to Check Permissions View
    
    * Remove red x from Check Token Button
    
    * Add personal NavigationTitle to Widget View
    
    * Today Btn press in Calendar forwards to day view
    
    * Adjust Login Design to iPad
    
    * Localize Mensa Garching traffic
    
    * Remove icon from Semester List Group Header on Grades & Lectures
    
    * Adjust Grades Info Design to Lectures (-> icon outline, text larger)
    
    * LectureDetails: Add contact btn to lecturer info
    
    * Change Lecturer Search Icon
    
    * Widget View: await name to display navigationTitle
    
    * Add Spacer to Widget Detail sheet top
    
    * Change color check token permission view text
    
    * Open Widget View when logging in
    
    * Generate personalized Widget Navigation Title
    
    * Reorder Code Widget Screen
    
    * Adjust Profile "GET IN CONTACT" Btns to Webview setting
    
    * Move NavTitle loading into recommender loading
    
    * remove request location always use
    
    * A few Login - Token Design changes
    
    * Add compiler directive that disables Crashlytics for development (#520)
    
    * Simple Crashlytics Service (#522)
    
    * implemented simple `CrashlyticsService`
    
    * replaced existing crashlytics usage
    
    ---------
    
    Co-authored-by: August Wittgenstein <[email protected]>
    Co-authored-by: August Wittgenstein <[email protected]>
    Co-authored-by: 14slash12 <[email protected]>
    Co-authored-by: Thomas Schuster <[email protected]>
    Co-authored-by: Anton Wyrowski <[email protected]>
    6 people authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ba97243 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    1e5c6a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    f8c0038 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    155a714 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Merge branch 'development'

    Antonwy committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    a76a79b View commit details
    Browse the repository at this point in the history
  2. added unregister in settings

    Antonwy committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    f2da2e2 View commit details
    Browse the repository at this point in the history