-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #491 from skedgo/task/23022-tripkitui-refactor-phase2
[23022] TripKitUI refactor phase2
- Loading branch information
Showing
9 changed files
with
46 additions
and
73 deletions.
There are no files selected for viewing
21 changes: 0 additions & 21 deletions
21
CommonCoreLegacy/src/main/java/com/skedgo/tripkit/common/agenda/IRealTimeElement.java
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
CommonCoreLegacy/src/main/java/com/skedgo/tripkit/common/agenda/IRealTimeElement.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package com.skedgo.tripkit.common.agenda | ||
|
||
/** | ||
* Signifies a class is able to fetch timetable information | ||
*/ | ||
interface IRealTimeElement { | ||
var startStopCode: String? | ||
var endStopCode: String? | ||
val serviceTripId: String? | ||
val operator: String? | ||
val startTimeInSeconds: Long | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters