-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: support for different sized views #50
Comments
I second this request. Especially for using the camera with the cover closed, it's quite ridiculous. If it helps, the Note S-View covers have a square window with the height being the same as the current working width. |
So this is interesting. It works to scale a bit but without changing the aspect ratio there's always cut off on the sides and it still doesn't fill the note 3 s view cover which is square not rectangular. I appreciate the effort and am using this version for now, I uninstalled the other. |
Actually one issue is it's not reading my battery life. Says 100% now no matter what. Must've been what it was when I installed it or something |
check the notifications enable option. had have trouble to enable it without reboot. |
I'm sorry where is the new version? |
Sorry I did try that and again with the link you put in your last reply but it seems to be the same.. I cannot make it square, it remains a rectangle and doesn't fill the note 3 s view window vertically when made as big as possible and the sides get cut off. Also same problem with the notifications not working and the battery indicates 100% when it's not |
And I did reboot after enabling notifications and it didn't make a difference |
for a reason i'm not overlooking by now, i was unable to enable notifications. all the time i changed it remains disabled. this strange behavior was solved by reboot. battery: can you post a logcat output incl. some cover actions (open and close)? |
Oic. Yes I had that problem where the notification toggle didn't stick when Here are the attached log files and I was able to screen capture some stuff On Sep 28, 2016 9:19 AM, "habeIchVergessen" [email protected]
---- Sep 28, 2016 9:37:36 AM ---- 09-28 09:31:36.152 999 999 I ActivityManager: Start proc 2417:org.durka.hallmonitor_framework_test/u0a259 for service org.durka.hallmonitor_framework_test/.NotificationService 09-28 09:35:13.511 999 2517 I ActivityManager: START u0 {act=android.intent.action.MAIN flg=0x14890000 cmp=org.durka.hallmonitor_framework_test/.ComponentTestActivity} from uid 10259 on display 0 09-28 09:35:13.869 999 1084 I ActivityManager: Displayed org.durka.hallmonitor_framework_test/.ComponentTestActivity: +275ms 09-28 09:35:51.820 999 1567 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.durka.hallmonitor_framework_test/.ComponentTestPreferences (has extras)} from uid 10022 on display 0 09-28 09:35:52.114 999 1084 I ActivityManager: Displayed org.durka.hallmonitor_framework_test/.ComponentTestPreferences: +238ms 09-28 09:35:57.827 999 1599 I ActivityManager: START u0 {act=android.intent.action.VIEW cmp=org.durka.hallmonitor_framework_test/.ComponentTestActivity (has extras)} from uid 10259 on display 0 09-28 09:35:57.911 999 1084 I ActivityManager: Displayed org.durka.hallmonitor_framework_test/.ComponentTestActivity: +72ms 09-28 09:36:13.656 999 1485 I ActivityManager: START u0 {act=org.durka.hallmonitor.restartFrameworkTest cmp=org.durka.hallmonitor_framework_test/.ComponentTestActivity} from uid 10259 on display 0 09-28 09:36:13.730 999 1084 I ActivityManager: Displayed org.durka.hallmonitor_framework_test/.ComponentTestActivity: +59ms 09-28 09:36:19.405 999 2469 I ActivityManager: START u0 {act=android.intent.action.VIEW cmp=org.durka.hallmonitor_framework_test/.ComponentTestActivity (has extras)} from uid 10259 on display 0 09-28 09:36:19.507 999 1084 I ActivityManager: Displayed org.durka.hallmonitor_framework_test/.ComponentTestActivity: +85ms 09-28 09:36:31.791 999 2509 I ActivityManager: START u0 {act=org.durka.hallmonitor.restartFrameworkTest cmp=org.durka.hallmonitor_framework_test/.ComponentTestActivity} from uid 10259 on display 0 09-28 09:36:31.904 999 1084 I ActivityManager: Displayed org.durka.hallmonitor_framework_test/.ComponentTestActivity: +96ms 09-28 09:36:34.827 999 2625 I ActivityManager: START u0 {act=org.durka.hallmonitor.restartFrameworkTest cmp=org.durka.hallmonitor_framework_test/.ComponentTestActivity} from uid 10259 on display 0 09-28 09:36:34.900 999 1084 I ActivityManager: Displayed org.durka.hallmonitor_framework_test/.ComponentTestActivity: +58ms 09-28 09:36:58.346 999 2956 I ActivityManager: START u0 {act=android.intent.action.MAIN flg=0x14890000 cmp=org.durka.hallmonitor_framework_test/.ComponentTestActivity} from uid 10259 on display 0 09-28 09:36:58.600 999 1084 I ActivityManager: Displayed org.durka.hallmonitor_framework_test/.ComponentTestActivity: +128ms 09-28 09:37:05.097 999 1567 I ActivityManager: START u0 {act=android.intent.action.MAIN flg=0x14890000 cmp=org.durka.hallmonitor_framework_test/.ComponentTestActivity} from uid 10259 on display 0 09-28 09:37:05.413 999 1084 I ActivityManager: Displayed org.durka.hallmonitor_framework_test/.ComponentTestActivity: +186ms 09-28 09:37:08.933 999 2956 I ActivityManager: START u0 {act=android.intent.action.MAIN flg=0x14890000 cmp=org.durka.hallmonitor_framework_test/.ComponentTestActivity} from uid 10259 on display 0 09-28 09:37:09.144 999 1084 I ActivityManager: Displayed org.durka.hallmonitor_framework_test/.ComponentTestActivity: +122ms ---- Sep 28, 2016 9:37:36 AM ---- |
debug my fork:
the file contains informations like this: hardware: samsung GT-I9506 (ks01lte) apk: preferences: 11-01 18:53:59.299 I/Timeline(32306): Timeline: Activity_idle id: android.os.BinderProxy@316127d time:30480002 actually we have default width with 315dp and height with 125dp (see dimens.xml). with max. scale we get 472x187 dp. all layouts are tested with this aspect ratio. please report test results |
Damn. The debug isn't saving to download.. I'll keep trying. On Sep 28, 2016 3:52 PM, "habeIchVergessen" [email protected]
|
Do you use custom 1 as default layout? |
I tried it. I like the default better but they both behave the same in that On Oct 2, 2016 6:17 PM, "habeIchVergessen" [email protected] wrote:
|
The notifications work in the custom layout tho. On Oct 2, 2016 6:22 PM, "Billy Votta" [email protected] wrote:
|
battery update works for custom 1? Am 03.10.2016 00:22 schrieb "pelo88" [email protected]:
|
Seems stuck at 100% still On Oct 2, 2016 6:26 PM, "habeIchVergessen" [email protected] wrote:
|
Actually in that layout the battery does work but the number % doesn't show On Oct 2, 2016 6:52 PM, "Billy Votta" [email protected] wrote:
|
Right now, the app seems to be calibrated specifically for the "Samsung Galaxy S4" as advertised.
This app does work wonderfully with the Note 3, but the opening in the Note 3's s-view is larger than the opening in the S4's s-view, so there's quite a lot of space in the bottom half of the opening when the app activates.
I was hoping a setting to change the view's width, height, and position could be implemented.
Also, if possible, a way to change the position of widgets would be amazing.
The text was updated successfully, but these errors were encountered: