wordpress-mobile / WordPress-Editor-Android

⛔️ [DEPRECATED] A reusable Android rich text editor component.
GNU General Public License v2.0
188 stars 50 forks source link

Only new mobile app users should see the new editor #8

Closed bummytime closed 8 years ago

bummytime commented 9 years ago

With the iOS editor, we implemented a way to "turn on" the new editor for selected users. Thus allowing us to have a controlled rollout of this new feature. We will need to do a similar thing on Android...e.g.

Ref: https://github.com/wordpress-mobile/WordPress-Editor-iOS/issues/126

bummytime commented 9 years ago

On iOS we used a url scheme to (secretly) enable the editor. We will need to do a similar concept here.

ref: https://github.com/wordpress-mobile/WordPress-Editor-iOS/issues/143

maxme commented 8 years ago

I'll to use the same URI scheme/host/params: wordpress://editor?available=1&enabled=1

Sample link on: https://bia.is/wpbeta/2016/02/02/wordpress-scheme/

maxme commented 8 years ago

Fixed via https://github.com/wordpress-mobile/WordPress-Android/pull/3689