aricneto / TwistyTimer

Twisty Timer is a material design twisty puzzle timer for Android. It uses the TNoodle library to generate scramble sequences for all current official speedsolving puzzles.
GNU General Public License v3.0
241 stars 53 forks source link

Export/Import reference #122

Open undg opened 6 years ago

undg commented 6 years ago

Is there any chance to implement export and import references?

Domalar commented 5 years ago

@und3rdg I have made a convert programm from cstimer to twisty backup format. So I can explain the Backup format of twisty:

Puzzle,Category,Time(millis),Date(millis),Scramble,Penalty,Comment "333";"normal";"27410";"1531747540455";"U2 F2 U L2 U F2 R2 D2 L2 U2 F D' L D' F2 U F R2 B2 U";"0";""

Line separator is LF not CRLF Separator is a semiconolon ;

Puzzle can be 222, 333, 444, 555, 666, 777, skewb, sq1, clock, mega Category is your session name. Important: I think this was case sensitive Time(millis) is self explaining Date(millis) is the "normal" time format in Unix since 1970 Scramble is a String, can also be "" Penalty: 0 no penalty, 1 means +2, 2 is a DNF Comment: A string with your comment