Skip to content

Commit 5721573

Browse files
committed
Fix APK download link (app-release.apk → Sift.apk), update README
1 parent ddaddbc commit 5721573

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Sift
22

3-
A work session timer for iOS, Android, macOS, and Windows. Set your work hours, and Sift handles the rest — sending notifications at the start and end of each work block and break so you stay on track without watching the clock.
3+
A work session timer for iOS, Android, macOS, and Windows. Set your work hours, and Sift handles the rest — playing an alarm at each phase transition so you stay on track without watching the clock.
44

55
## Download
66

77
| Platform | Download |
88
|---|---|
99
| iOS (.ipa) | [Download Sift.ipa](https://github.com/utsapoddar/work-timer-altstore/releases/latest/download/Sift.ipa) |
10-
| Android (.apk) | [Download app-release.apk](https://github.com/utsapoddar/work-timer-altstore/releases/latest/download/app-release.apk) |
10+
| Android (.apk) | [Download Sift.apk](https://github.com/utsapoddar/work-timer-altstore/releases/latest/download/Sift.apk) |
1111
| macOS | [Download Sift-macOS.zip](https://github.com/utsapoddar/work-timer-altstore/releases/latest/download/Sift-macOS.zip) |
1212
| Windows | [Download Sift-Windows.zip](https://github.com/utsapoddar/work-timer-altstore/releases/latest/download/Sift-Windows.zip) |
1313

@@ -50,7 +50,7 @@ AltStore re-signs the app every 7 days using a free Apple ID. To enable backgrou
5050

5151
## Android Installation
5252

53-
1. On your Android phone, download `app-release.apk` from the [latest release](https://github.com/utsapoddar/work-timer-altstore/releases/latest)
53+
1. On your Android phone, download `Sift.apk` from the [latest release](https://github.com/utsapoddar/work-timer-altstore/releases/latest)
5454
2. Open the downloaded file — you may see a prompt saying **"Install unknown apps"**
5555
3. Tap **Settings** on that prompt → enable **Allow from this source** → go back and tap **Install**
5656
4. Once installed, open **Sift** from your app drawer
@@ -83,9 +83,9 @@ AltStore re-signs the app every 7 days using a free Apple ID. To enable backgrou
8383

8484
## Features
8585

86-
- Set a custom work start time and session length
87-
- Automatic break reminders (short breaks + lunch)
88-
- Local notifications at every phase transition
86+
- Set a custom session length
87+
- Automatic phase transitions (2h work → 15m break → 1h45m work → 1h lunch → repeat)
88+
- Alarm rings at every phase boundary
8989
- Streak tracking to build a daily work habit
9090
- Minimal, distraction-free dark UI
9191

@@ -94,10 +94,8 @@ AltStore re-signs the app every 7 days using a free Apple ID. To enable backgrou
9494
| Component | Tool |
9595
|---|---|
9696
| Framework | Flutter (Dart) |
97-
| Notifications | flutter_local_notifications |
9897
| Storage | shared_preferences |
9998
| Audio | audioplayers |
100-
| Timezone | flutter_timezone |
10199

102100
## Source
103101

0 commit comments

Comments
 (0)