Page MenuHomePhabricator

Refactor "Myne" application to "WikisourceReader"
Closed, ResolvedPublic

Description

Refactor Myne application and references name to WikisourceReader. Since the app UI is forked from Myne, there are still some leftover references to it.

Event Timeline

Some things I noticed:

  1. The package name is org.cis_india.wsreader so please dont use com.starry.wsreader
  2. Ignore mentions of Myne in strings.xml files since they are translations and will be handled by the community via translate wiki.
  3. Will this be a breaking change? Do you think this will have any effects on users local databases when updating the app?

This is well noted, I will revert as mentioned and research more on the database schemas.

Some things I noticed:

  1. The package name is org.cis_india.wsreader so please dont use com.starry.wsreader
  2. Ignore mentions of Myne in strings.xml files since they are translations and will be handled by the community via translate wiki.
  3. Will this be a breaking change? Do you think this will have any effects on users local databases when updating the app?

@Saiphani02 I have updated the PR, used com.starry.wikisourcesreader instead and reverted the transtlations back to Myne. I have also tested this and its not breaking local database for the users. Kindly check

@Muguro As I've mentioned in my earlier comment, the package name is org.cis_india.wsreader so please do not use com.starry.wikisourcesreader.

@Saiphani02 I have updated the package as mentioned. would really appreciate some guidance how the schemas are used?

@Muguro Thank you, merged. I'm no expert but in general these are various versions (1 to 5) of the db schema tracking all the migrations?