Skip to content
New issue

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

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

Already on GitHub? # to your account

Merge replica-mobile feature to ox/messaging #641

Merged
merged 101 commits into from
Dec 21, 2021

Conversation

oxtoacart
Copy link

  • All strings are defined using localized message keys like 'my_message_key'.i18n and are defined in en.po.
  • All colors are defined using Hex (not using built-in colors), are defined in colors.dart and are not duplicated
  • All text styles are defined in text_styles.dart and are not duplicated
  • All icons are using the vector resource from Figma (do not use built-in Icons)
  • Repeated code has been factored into custom widgets
  • Layout looks good in both LTR (English) and RTL (Persian) languages
  • If you refactored existing code, have you tested the refactored functionality against the old version to make sure you didn't break anything?
  • Do the tests pass? Consistently?
  • Did this change improve test coverage?
  • Is the code in question being linted? If not, consider adding a linter step to CI. If yes, make sure the linter is happy.
  • Have you logged tickets for related technical debt with the label “techdebt”?

That button doesn't exist
And send it from replica -> backend through MethodChannels (in ReplicaModel.kt and replica_model.dart)
So, it can be used by other classes
soltzen and others added 24 commits December 17, 2021 12:48
As mentioned here https://github.com/getlantern/lantern-internal/issues/5131#issuecomment-996857327
This is mostly UI fixes, apart from the 'mimeTypes' parameter changes in logic/api.dart
Selectively enable Replica based on global config and geolocation
@oxtoacart oxtoacart changed the title Don't merge yet - Soltzen/feat replica mobile Soltzen/feat replica mobile Dec 21, 2021
@oxtoacart
Copy link
Author

Monumental work @soltzen !

@oxtoacart oxtoacart merged commit 57c44ad into ox/messaging Dec 21, 2021
@oxtoacart oxtoacart deleted the soltzen/feat__replica-mobile branch December 21, 2021 20:35
@soltzen soltzen changed the title Soltzen/feat replica mobile Merge replica-mobile feature to ox/messaging Jan 3, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants