Einstein icon indicating copy to clipboard operation
Einstein copied to clipboard

Is it possible to set newton clock from host clock?

Open stumpelrilz opened this issue 4 years ago • 5 comments
trafficstars

Basic Information

  • Platform (Mac, iOS, Android, Linux, etc): Android
  • Built from source? (yes/no): yes
    • If yes, source branch/revision ID: master / 2017.2.extr
    • If no, release version:

Description of issue

Every time I start Einstein I have to set Newton's clock. This is boring, because I cannot set the year directly with the clock app, and I have to click all the months from 2009 onwards.

Expected behaviour

The Newton's clock is initialized with the host's clock.

Steps to reproduce issue

  • Start Einstein Emulator.
  • Open clock app.
  • Set date and time.
    • A calender window apears.
    • Click on "December 2009".
    • Click on the lowest item "August".
    • Click on "August 2010".
    • etc. until current month is reached.

stumpelrilz avatar Nov 01 '21 09:11 stumpelrilz

You can set the clock using NewtTest. NewtTest is part of the Einstein installation and will make setting the year a little easier.

Von: stumpelrilz @.*** Gesendet: Montag, 1. November 2021 10:39 An: pguyot/Einstein Cc: Subscribed Betreff: [pguyot/Einstein] Is it possible to set newton clock from host clock? (Issue #100)

Basic Information

· Platform (Mac, iOS, Android, Linux, etc): Android

· Built from source? (yes/no): yes

o If yes, source branch/revision ID: master / 2017.2.extr

o If no, release version:

Description of issue

Every time I start Einstein I have to set Newton's clock. This is boring, because I cannot set the year directly with the clock app, and I have to click all the months from 2009 onwards.

Expected behaviour

The Newton's clock is initialized with the host's clock.

Steps to reproduce issue

· Start Einstein Emulator.

· Open clock app.

· Set date and time.

o A calender window apears.

o Click on "December 2009".

o Click on the lowest item "August".

o Click on "August 2010".

o etc. until current month is reached.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pguyot/Einstein/issues/100 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNEIALAY5CBRBIE45OERHDUJZN3DANCNFSM5HDTU3KQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub . https://github.com/notifications/beacon/ACNEIAJMJFJZPD4FZCZ4GKDUJZN3DA5CNFSM5HDTU3K2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4PQL6CRQ.gif

FrankFromPdaSoft avatar Nov 01 '21 16:11 FrankFromPdaSoft

The Android version of Einstein is still in a very rough state. I simply don't have enough time and enough experience with Android development. I'll try to find a quick solution, but no promises.

MatthiasWM avatar Nov 03 '21 09:11 MatthiasWM

I added this functionality in the FLTK desktop version. It should not be difficult to port this to Android, time permitting.

MatthiasWM avatar Jan 07 '22 01:01 MatthiasWM

How does this relate to @ekoeppen's PR #144, which also sets the clock to the host's clock? Does that automatically translate over to iOS & Android builds, as well?

Related: we're discussing whether syncing the clocks could be optional in Issue #155.

morgant avatar Feb 09 '22 13:02 morgant

How does this relate to @ekoeppen's PR #144, which also sets the clock to the host's clock? Does that automatically translate over to iOS & Android builds, as well?

Yes, the implementation should work on all platforms, but I wasn't able to check it on Android.

ekoeppen avatar Feb 12 '22 18:02 ekoeppen