Commit 7b31be2
authored
Merge pull request #57 from codehasan/master
- Added support up to **Android 16**
- Robust popup window management, fixed dragging issues in various scenarios
- Robust package monitoring with timestamp and 10s pulse
- Robust notification management with dedicated notification handler
- Optimized rapid ui updates to decrease system overhead
- Improvement copy to clipboard functionality for Android 10+ devices
- Added option to customize popup window size
- Added notification actions to copy info and stop service
- Added more events in **AccessibilityService** and optimized feedback
- Added **POST_NOTIFICATIONS** permission to handle Android 13+ notifications
- Added **NullSafety** to prevent crashes while monitoring apps
- Fixed accessibility service not visible in settings
- Fixed crash when closing app from recent menu
- Fixed crash when starting app from tile service
- Fixed code flow bugs and inefficiencies in whole project
- Removed **GET_TASK** approach to package monitoring
- Removed unnecessary app shortcut to start popup window79 files changed
Lines changed: 1787 additions & 2513 deletions
File tree
- .github/workflows
- app
- build/bin
- injected
- merged
- src
- global
- res
- values
- xml
- main
- assets/fonts
- java/io/github/ratul/topactivity
- model
- receivers
- services
- service
- ui
- utils
- view
- res
- anim
- drawable
- font
- layout
- mipmap-anydpi-v26
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-night
- values-v24
- values
- xml-v25
- xml
- gradle/wrapper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 18 | + | |
| 19 | + | |
26 | 20 | | |
27 | 21 | | |
28 | 22 | | |
29 | 23 | | |
30 | 24 | | |
31 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
32 | 41 | | |
33 | 42 | | |
34 | 43 | | |
35 | 44 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
This file was deleted.
0 commit comments