You can choose how much auto-snoozes you want (from 2 till 8). 2 is default value.
Also you can change snooze interval.
Just reopen clock app after applying/removing patch.
Thanks to Ancelad for help :)
v0.2-8
- Update for v2.2.1.18 and above.
v0.2-7
- QML tuning for v2.1.3.7 and above.
- Added icons for z1.25 and z1.75.
v0.2-6
- Some tuning for QML.
- Added TextSwitch for more space.
v0.2-5
- noarch build.
- for v2.0.2.45 (phone & tablet).
v0.2-4
* Tablet version
v0.2-4
* For v2.0.1.7
v0.2-3
* Small fix for uninstall
v0.2-2
* Small changes in QML file.
* Notification icon changed.
v0.2-1
* Added snooze interval setting (see screenshot).
* Snooze Adjuster app will be removed automatically.
v0.1-2
* Added removing dconf key after uninstallation.
Donation are welcome :)
Attachment | Size | Date |
---|---|---|
sailfishos-more-snoozes-0.2-5.noarch.rpm | 13.5 KB | 24/06/2016 - 05:43 |
sailfishos-more-snoozes-0.2-6.noarch.rpm | 13.82 KB | 08/05/2017 - 21:01 |
sailfishos-more-snoozes-0.2-7.noarch.rpm | 23.57 KB | 08/11/2017 - 11:32 |
sailfishos-more-snoozes-0.2-8.noarch.rpm | 27.51 KB | 11/09/2018 - 18:06 |
- Update for v2.2.1.18 and above.
Comments
shults
Sun, 2020/10/25 - 20:53
Permalink
It is a great patch but stopped since SFOS 3.4
mjtorn
Sun, 2020/05/03 - 11:03
Permalink
This is on 3.3.0.16. Any chance of an update? Thanks!
ninepine
Tue, 2019/07/30 - 00:25
Permalink
Doesn't seem to load under 3.1.0.11 is it ppossible to update please as it's very useful!
groeable
Tue, 2019/02/12 - 03:41
Permalink
How can I translate the app?
subeditor
Sun, 2018/09/09 - 10:17
Permalink
On 2.2.1.18 this patch make launch of clock app impossible. Clock app shows its cover with a spinner and then closes.
Schturman
Sun, 2018/09/09 - 11:24
Permalink
I will check when I will update to new os version.
bomo
Tue, 2017/03/21 - 22:50
Permalink
is it possible that due to the patch the time till the next alarm is not more shown in the header after changing/enabling the alarm?
Schturman
Tue, 2017/03/21 - 23:33
Permalink
if you mean the upper line that show shomething like: Expiring in 7 hours and 30 minutes. It work without any problem...
naytsyrhc
Mon, 2016/03/21 - 20:31
Permalink
I really like this patch. Well done and thanks. I second the suggestion to move settings for snooze repeats and interval to Settings->Apps->Clock though (i.e. settings for clock) if somehow possible.
Schturman
Mon, 2016/03/21 - 21:07
Permalink
Hi, it possible, but I don't want. Sorry, I prefer it in the clock app.
subeditor
Wed, 2016/01/20 - 16:42
Permalink
Nice patch.
I set one of my favorite song as alarm. But the song plays it's interrupted at some moment - aparently there is a limit for alarm.
Even for standart alarm it may be too short for wake someone up.
It would be nice to have possibility to set alarm duration.
Schturman
Wed, 2016/01/20 - 18:16
Permalink
I really don't know if this is a system limit or just your file not so good... Check with another files if duration is also shorten than a song.
subeditor
Fri, 2016/01/22 - 11:34
Permalink
I'm pretty sure that there is system limit because:
- I listened this song with the player;
- default alarms also sounds for limited duration;
- the snooze existence itself tells as the alarm has duration, otherwise - if it is sound until shut up by user - why there is necessity of interval?
Schturman
Fri, 2016/01/22 - 12:50
Permalink
Maybe you are right, I don't know...
Need some searching in the clock app files... If I will find something I will add option to increase duration.
alina
Wed, 2015/11/18 - 01:43
Permalink
I don't know if it's possible to add a page for Clock in Settings app. If possible it will make more sense to have this option there, plus others such as the interval between two snoozes.
Currently the snooze interval can be changed with `timedclient-qt5 --set-snooze=300` in seconds and checked with `--get-snooze` option. ;)
Schturman
Wed, 2015/11/18 - 04:51
Permalink
Do you know if it written somewhere ? (qml or other file ?)
I mean about snooze interval.
alina
Wed, 2015/11/18 - 07:01
Permalink
Unfortunately no. But I can't read the file /usr/lib/qt5/qml/org/nemomobile/alarms/libnemoalarms.so. Maybe some clues there.
Markkyboy
Sun, 2015/12/27 - 05:02
Permalink
here's one way to read ',so' files, albeit, it doesn't tell you very much that's usable;
`nm -D --defined-only libnemoalarms.so`