forked from thomasfinch/PriorityHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTo Do.txt
More file actions
70 lines (58 loc) · 2.56 KB
/
To Do.txt
File metadata and controls
70 lines (58 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Fixes
-----
Fix icons showing up wrong when polus is installed
Fix theming of icons not working properly
Fix icons sometimes not detecting taps
Fix air drop icon not showing up correctly
Fix system alert icon not showing up correctly
New Features
-----------
Make all notifications clearable? (hook function in SBAwayListItem) (doesn't work)
External pull to clear (see github)
Notificaion center support?
Would need to decouple PH views etc. from the lock screen
Would need to restructure settings pane to separate lock screen & notification center
Add option to auto-clear notifs from an app when it's launched - notifications are mostly irrelevant after an app has been opened
Add setting to use native pull to refresh view
Add setting to clear app badges when clearing from lockscreen? (see markasread7 source code on github)
Add option to open to currently selected app?
Add setting to hide app icon if only one notification/notifications from one app are present? (probably no, code would be messy)
Add help section in settings with detailed descriptions of each setting
Option for icons on the side?
Changelog
---------
Version 1.5.3
- Actually fixed iOS 9 alarm snooze crash
Version 1.5.2
- Fixed crash on iOS 9 when alarms are snoozed
- Removed custom PH only theme support
Version 1.5
- Added icon size setting
- Fixed some themes not working correctly
Version 1.4.7
- Fixed calendar icon appearance
- Fixed crashes with Apple Pay notifications
- Fixed bug where icon area wouldn't scroll when there were lots of icons
Version 1.4.6
- Slight icon size adjustments on iPad
Version 1.4.5
- Added VoiceOver support for visually impaired users
- Made test notification clearable
Version 1.4.4
- Fixed vertical adjustment not working (again)
Version 1.4.3
- Fixed vertical adjustment not working
Version 1.4.2
- Fixed a bug with app icon positions when rotating the lock screen
- Fixed bug that caused freezes on iOS 7
Version 1.4.1
- Possibly fixed bug that caused freezes or crashes when device is unlocked
Version 1.4
- Rearranged settings into sections so they're easier to manage
- Added button in settings to send test notification (to preview settings changes)
- Added option to either show or hide all notifications when no app icon is selected (previously PH would hide all)
- Changed vertical adjustment setting so the top and bottom of the notification view can be adjusted separately
- Possibly fixed Apple pay credit card icons showing as blank icons
- Removed conflict with CustomLS
- Many internal changes, code is cleaner and easier to update
(Removed colorize selected setting)