mathisdt / trackworktime

Android app to track your work time via WiFi or location and categorize each recorded intervall by a predefined client/task and a free text.
https://zephyrsoft.org/trackworktime
GNU General Public License v3.0
136 stars 30 forks source link

replace git submodule by plain dependency #243

Closed mathisdt closed 1 year ago

mathisdt commented 1 year ago

The timezonepicker is currently included as git submodule. This issue requests that it should be made a normal dependency which can be imported using Gradle. If that's done, TWT should switch to the dependency and remove the submodule.

mathisdt commented 1 year ago

The submodule was converted to a standalone library project - but if upstream accepts the PR, the fork can be deleted and the upstream project can be used directly via Jitpack.