Some of the most commonly asked questions can be found below.
Frequently Asked Questions
How can I be notified when Trackrrr is ready?
There are a few ways you can stay in the loop with the development of the app.
Trackrrr is being built by techygrrrl (me) with feedback from the community on Twitch. You can always join in on the conversation there.
You can also join my Discord server to chat.
Occasionally I post to my blog. When something important happens with Trackrrr, I will be posting updates there. The blog has an RSS feed you can subscribe to in your favourite RSS reader to get notified. Blog posts are also posted to the Discord server.
Importing data from other period tracking apps
You can import data that you’ve exported from other period tracking apps provided it’s in the supported format. Your file must be in the CSV format with the columns YYYY-MM-DD,YYYY-MM-DD where the 1st value is the start date and the 2nd value is the end date.
To import data in the supported format, navigate to the settings by tapping the cog in the top right, then tapping Import. From there, you will need to pick the file from your device. You may need to email it to yourself and download it to your Android device before attempting to import.
If your data looks like this:
Start Date | End Date |
---|---|
January 1, 2022 | January 4, 2022 |
February 1, 2022 | February 5, 2022 |
The CSV should look like this:
2022-01-01,2022-01-04
2022-02-01,2022-02-05
If your current period tracker exports data in a different format, I may be able to add support for it. Depending on the format of the data, it may be easy to support importing a different format. There are a couple of ways you can share your data:
- You can get in touch on Discord with some sample data. You are welcome and encouraged to only provide a subset of the data and modify the data you do provide to prevent having your real period data linked to you as sharing data over Discord is not private as Discord scans media from all members in the server.
- You can encrypt the file with PGP. You can either view or download my public key. On macOS you can use GPGTools to sign content with my public key and send it to me over any medium.
Please note that I will likely be building the feature on stream and may need to refer to the data, so keep that in mind when sharing. While your data would remain anonymous and not be linked to you on stream, the data could become visible on stream.
Exporting my data
To export your data, go to the settings screen by pressing the cog at the top right.
Tap the Export button to export your data as CSV in the same format as mentioned above (YYYY-MM-DD,YYYY-MM-DD).
How can I help?
Firstly, thank you for wanting to help out with the project! This means a lot! ๐
There are 2 main ways you can help out:
- Translating the app in your language โ If you speak another language, please join the POEditor project to help translate. There’s approximately 80 terms that need to be translated. There’s a document that links to screenshots of the app in an effort to add some context. There are some pre-selected languages. You can help as little or as much as you like, though full translations are required in order for it to be published to the app. I will also be verifying the translations to prevent abuse. I especially need help from people who have or used to have periods as they will be most familiar with colloquialisms used to talk about periods. Still, if you have never menstruated but would like to help, human translations are still much better than machine translations or no translations at all, so your help is appreciated.
- Beta testing the app โย When the app is ready (soon ๐ค) I will need help beta testing before going into the store. For this task, I’d like all beta testers to be people who have periods. Translators will also be invited to join in on the beta testing so they can see their strings in context (if they don’t see them on stream).
How do I configure notifications?
Trackrrr allows you to configure your notifications in multiple ways:
- Selectively enable/disable different types of notifications
- Customize the notification text for more discrete (or fun!) notifications
On Android, Trackrrr leverages Android’s native functionality to configure notification channels, which allows you to selectively enable or disable some or all notifications based on type.
There are 3 types of notifications you can enable/disable:
- Period past reminders: These are triggered when your period is estimated to have started. They will have a “Log now” button allowing you to start your current period.
- Upcoming period reminders: Provided Trackrrr has enough data to calculate your upcoming period, 7 days before your period is projected to start, you should receive a notification reminding you.
- Period end date verification: On the projected end date of your period, you will be prompted to confirm the period end date. If you ignore this notification, nothing happens, it will use the projected end date (same day you receive the notification). You can action the notification to change this date.
To enable or disable one of these types of notifications, you can visit Trackrrr’s notification settings in your Android settings. A shortcut has been added to Trackrrr:
- Tap the cog at the top right
- Tap Notifications
On top of selectively enabling/disabling via the Android operating system settings, Trackrrr has the ability for you to customize the notification text for each of the above types of notifications. You can access this by going to the settings screen by tapping the cog at the top right, then tapping Notification text.
This feature will allow you to customize the text to make it more discrete. We’ve all gotten awkward notifications from our current period trackers, and maybe others saw these messages and it left you feeling uncomfortable. When you customize the notifications, the title says “Reminder” and the notification body says whatever you put. You can use this to make your notifications more discrete, or more fun! You can also delete the text if you’d like to revert back to the default notifications.
Is dark mode supported?
Yes, dark mode is supported. By default, Trackrrr uses your system’s configuration, but if you prefer one of the appearance modes more than another, you can override this in the Trackrrr settings to always use that theme. Tap the cog at the top right and tap Theme, and choose between System, Light and Night themes.
Will there be an iOS version?
I’ve really enjoyed building Trackrrr on my Twitch stream so I will probably build an iOS version. That said, there are no immediate plans to do so. I’d like to see how the Android app does. I work full-time and this is a labour of love and I can only work on Trackrrr in my off time. That said, I built Trackrrr for Android in about 10 streams, so I see it being a pretty strong possibility, and a great opportunity to learn a new framework like Swift UI!