Project

General

Profile

« Previous | Next » 

Revision 0effd5a9

Added by Leszek Koltunski 10 months ago

Remove the generic 'MINOR' object and extras versions from JsonWriter, and replace them with per-ObjectType values. This was the reason why objects which had their 'minor' (really: version) updated to '1' in the server then never updated the jsons with locally stored versions.

View differences:

src/main/java/org/distorted/main/RubikActivity.java
273 273
      int object = RubikObjectList.getCurrObject();
274 274
      changeIfDifferent(object,view.getObjectControl());
275 275

  
276
      if( mIsChinese && !mPolicyAccepted ) privacyPolicy();
277
      else
276
      // switch this off - we are not present in China anymore.
277
      // if( mIsChinese && !mPolicyAccepted ) privacyPolicy();
278
      // else
278 279
        {
279 280
        if( !mOldVersion.equals(mCurrVersion) )
280 281
          {

Also available in: Unified diff