-
Notifications
You must be signed in to change notification settings - Fork 46
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
[New Designs] Implement Dashboard Link update loading and Review Updates #655
Conversation
…d add a `ViewModel` for state management
…ndroid into issues/2591
…dle-kotlin-upgrade
…actActivity.java Co-authored-by: Simone Basso <bassosimone@gmail.com>
…ctivity.java Co-authored-by: Simone Basso <bassosimone@gmail.com>
…ctivity.java Co-authored-by: Simone Basso <bassosimone@gmail.com>
…ctivity.java Co-authored-by: Simone Basso <bassosimone@gmail.com>
…iewActivity.java Co-authored-by: Simone Basso <bassosimone@gmail.com>
…iewActivity.java Co-authored-by: Simone Basso <bassosimone@gmail.com>
## Proposed Changes - Add supported icons in project and track.
…#653) Fixes # <issue> ## Proposed Changes - Adds uninstall button - Adds setting for auto-update - Updates preferences to properly save autorun settings
…erent screen (#657) ## Proposed Changes - Add `OoniRunV2Activity` to handle all incoming OONI Run v2 `Intents` - Update `AndroidManifest.xml` to launch `OoniRunV2Activity` when OONI Run v2 `Intents` are received. - Clean `MainActivity` - Override `onBackPressed` and `finish` in `AddDescriptorActivity` to ensure activity always launches `MainActivity` when closed |.| Possible Areas of Improvement | |-|-| | ![Screenshot_20240125_205311](https://github.com/ooni/probe-android/assets/17911892/595a9100-9fd6-4baf-b9d0-f0f024402fa7)| -Improve on error messages. <br/> - Merge with `AddDescriptorActivity` to make a single activity with 2 fragments for each of the views (requires a bit of core rewrite). | --------- Co-authored-by: Simone Basso <bassosimone@gmail.com>
…en fetching preferences in `RunTestsActivity`
## Proposed Changes - Check if `worker` has started before actually displaying progress. - Add color to `AddDescriptorActivity` icon - End `OoniRunV2Activity` when descriptor cannot be fetched. - Update `InstalledDescriptor` to use preference prefix properly.
descriptor.runId, | ||
applicationContext | ||
) | ||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK, JavaDoc comments only have effect when documenting classes and methods. Did I got this incorrectly? Is this comment rendered in the documentation? If not, maybe I'd avoid using JavaDoc inside methods.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have read this whole diff and it looks good to me
🐳
Fixes ooni/probe#2594
Proposed Changes
descriptors
withautoUpdate
enabled every 24 hrs.descriptors
withautoUpdate
disabled and return to caller.autoUpdate
disabled inMainActivity