GitTrends icon indicating copy to clipboard operation
GitTrends copied to clipboard

Xamarin.Forms -> .NET MAUI

Open TheCodeTraveler opened this issue 1 year ago • 0 comments

To Do:

  • Android
    • [x] Fix Callback Uri on Android API 29 (and earlier?)
  • iOS
    • [ ] Add GitTrends Icon
    • [ ] Add GitTrends Splash Screen
    • [ ] Handle UIApplicationDelegate.ReceivedLocalNotification
  • OnboardingPage
    • [x] Skip button should advance to final page
    • [x] (Android) Fix MediaElement playback
    • [ ] (Android) MediaElement not visible on Android API 29 (and earlier?)
    • [x] (iOS) Enable MediaElement in CarouselView
    • [x] (iOS) Black bar visible on MediaElement
  • RepositoryPage
    • [x] Fix Navigationbar Color
    • [x] Fix ToolbarItem Colors
    • [x] BaseRepositoryDataTemplate
      • [x] Adjust spacing between StatisticsSvgImage and StatisticsLabel
    • [x] Repair SwipeItem Functionality
    • [x] Fix RightSwipeItem Color
    • [x] (Android) Implement ISearchPage (Add search bar)
    • [ ] (iOS) Remove safe area at bottom of page
    • [x] (iOS) Implement ISearchPage (Add search bar)
    • [ ] (iOS) Swipe Items Tapped not firing
    • [x] (iOS) Move Sort ToolbarItem to be left-justified
    • [x] (iOS) Fix Navigation to OnboardingPage
    • [x] (iOS) Fix Navigation to WelcomePage
  • TrendsPage
    • [x] Fix ToolbarItem Color
    • [x] Adjust Chart Top Padding (less)
    • [x] Adjust Chart Left Padding (less)
    • [ ] Views, Unique Views, and Unique Clones data missing on chart
      • Are they transparent? The trackball still identifies the points
      • The lines appear when navigating to ReferringSites then back
    • [x] (Dark Mode) Fix StatisticsCard Elevation
    • [x] (Android) Fix Back Button Color
  • SettingsPage
    • [x] Ensure SvgImage change color upon Theme change
    • [x] Fix ToolbarItem Color
    • [x] Fix Back Button Color
    • [x] Fix EnableOrganizations Video Playback
      • EnableOrganizationsGrid CreateItemsGrid() is being called repeatedly
    • [x] TryDemoButton Text Incorrect when Logged Out
    • [x] OrganizationsCarouselOverlay - the overlay is slightly misaligned with the content (it is about 1-2 pixels below where it should be)
    • [ ] MediaElement does not fade away
    • [ ] User logged out when theme changed
    • [x] (iOS) Enable MediaElement in CarouselView
    • [x] (iOS) MediaElement does not respect ContentView.Padding
  • AboutPage
    • [x] Fix Back Button Color
  • WelcomePage
    • [ ] (iOS) Enable Notifications button icon does not change to a check
  • NotificationsService
    • [x] AreNotificationsEnabled
    • [x] Register
    • [x] Unregister
    • [x] SetAppBadgeCount
    • [x] androidx.collection.ArrayMapKt is defined multiple times: java.lang.RuntimeException: com.android.tools.r8.CompilationFailedException
      • Remove push notifications and pivot back to an IJob scheduling the check?
  • Background Service
    • [x] .UseShiny() : Specified cast is not valid.
  • Unit Tests
    • [x] Resolve failing Unit Tests

TheCodeTraveler avatar Aug 14 '24 22:08 TheCodeTraveler