Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
49ebf42
Remove codegen build phase
vinnie4k Jun 21, 2024
a70fa10
Merge pull request #387 from cuappdev/vin/apollo
vinnie4k Jun 21, 2024
5fb58bf
add route filtering
cindy-x-liang Aug 5, 2024
398c5cb
deleted debugging stuff
cindy-x-liang Aug 5, 2024
caf8aaf
Added firebase messaging to iOS
cindy-x-liang Sep 22, 2024
b64690f
addressing richie's comments
cindy-x-liang Oct 3, 2024
f6f082c
Show delay times for start & end, needs double checked with backend
angelinaa-chen Oct 16, 2024
0b75754
Modified / improved route UI
angelinaa-chen Oct 28, 2024
e729609
Reduced redundant code; cleaned up files
angelinaa-chen Oct 28, 2024
8f111e1
Changed location marker image, reorganizec code
angelinaa-chen Oct 28, 2024
491461f
Minor comment changes
angelinaa-chen Oct 28, 2024
9d12b05
Addressed Peter's comments
angelinaa-chen Oct 30, 2024
1238106
Fixed minor issue
angelinaa-chen Oct 30, 2024
6f38fff
Addressed Richie's comments p1
angelinaa-chen Nov 6, 2024
fbb3ab0
Addressed Richie's comments p2
angelinaa-chen Nov 6, 2024
cb541f9
Addressed Richie's comments p3
angelinaa-chen Nov 6, 2024
c18fbb1
Release (#398)
rs929 Nov 7, 2024
4851103
Modernized networking architecture with Swift's Combine framework. (…
JaysonHahn Nov 20, 2024
b5bbc95
Adjust view so Maps icon shows, updated link
angelinaa-chen Feb 12, 2025
40ad9b4
Adjust padding
angelinaa-chen Feb 12, 2025
4142b32
Update Podfile.lock
angelinaa-chen Feb 15, 2025
eb92bb5
Change icon and Display name to Navi
JaysonHahn Apr 23, 2025
c780740
Remove alpha channel from AppIcon
JaysonHahn Apr 23, 2025
da2a770
Merge remote-tracking branch 'origin/release' into main-copy
JaysonHahn Apr 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified TCAT/Assets.xcassets/AppIcon.appiconset/Navi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion TCAT/Controllers/HomeOptionsCardViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ class HomeOptionsCardViewController: UIViewController {
}

// MARK: - Get Search Results

/// Get Search Results
internal func startSearch(for searchText: String) {
currentSearchCancellable?.cancel()
Expand Down