Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store two contexts to query later and earlier trips at any time #964

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ialokim
Copy link
Collaborator

@ialokim ialokim commented Nov 20, 2024

It turns out PTE does not return a combined trip context, but just the one related to the last query. To be able to query both later and earlier trips at anytime, this PR proposes to save both the context of the earliest and the latest trips.

Fixes #824

@cla-bot cla-bot bot added the cla-signed ✔️ The Contributor Licence Agreement was signed by all contributors. label Nov 20, 2024
@Altonss
Copy link
Collaborator

Altonss commented Nov 23, 2024

Tested on Android 13 with DB and SE networks (and DB network Android 5 Emulator) and it works fine :)

@Altonss
Copy link
Collaborator

Altonss commented Nov 23, 2024

Do you want to merge this PR before doing the next 2.2.2 release? (I think it would be nice to release 2.2.2 ~soon, as it will bring a lot of important fixes and network updates.)

@Altonss Altonss added this to the 2.2.3 milestone Dec 2, 2024
@Altonss
Copy link
Collaborator

Altonss commented Dec 12, 2024

I think this could be merged, what do you think @ialokim ?

@Altonss
Copy link
Collaborator

Altonss commented Jan 8, 2025

@ialokim do you think it is ready to be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed ✔️ The Contributor Licence Agreement was signed by all contributors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query more trips later and earlier results in no new trips
2 participants