[APK] [6.0+] Pixel's Fingerprint Swipe Gesture - Nexus 5X Themes and Apps

Hey guys,
This is a replication of the thread I've originally posted in the Nexus 6P Themes & Apps Forum. I've successfully built something similar to Google Pixel's Fingerprint Notification Gesture. Just install the APK, grant it root access and you're good to go.
NOTES:
There's a similar app made by another developer, and this is in no way affiliated to it. End product is the same though it's accomplished in different ways. Read further to know the differences.
REQUIREMENTS:
1. Nexus 5X rooted with SuperSu
2. Android 6.0+ (should work with lower APIs too - haven't tested)
BUGS:
It takes a while to start listening for fingerprints after a complete boot and after you unlock your phone. In the former case, it takes longer for the service to start.
DESCRIPTION:
We all have heard about the Google's new Pixel's fingerprint swipes to accomplish tasks. For the ones who aren't aware, the Pixel lets you swipe down it's fingerprint sensor to simulate a swipe down on your notification bar / status bar to pull it down and a swipe up, to pull it up. This app accomplishes something similar.
A single short tap on the sensor pulls down the notification / status bar and a long press on the sensor pulls it back up, irrespective of whether the finger in subject is registered for authentication or not.
DISCLAIMER:
Make sure you always take a backup before testing. Thumb rule. I'm not responsible if you screw up your handset!
DOWNLOADS:
Fetch it from below.
Cheers and let me know.

Great work man, appreciate it!

I can install the .apk but the app itself won't open. I've cleared cache and data and I just uninstalled it and reinstalled multiple times. Nothing.

TW1ST3D1NS4N3 said:
I can install the .apk but the app itself won't open. I've cleared cache and data and I just uninstalled it and reinstalled multiple times. Nothing.
Click to expand...
Click to collapse
The app doesn't actually open it runs in the background after u allow root privileges..it's kinda a silent app. Working well though.
Sent from my Pixel XL using XDA-Developers mobile app

Ok. Apk installed, app is running. But i have no idea how to grant supersu (root) privileges. App itself didnt asked SuperSu, so SuperSu didnt showed up the prompt window to grant the access. Any sugestions?

Carach_CZ said:
Ok. Apk installed, app is running. But i have no idea how to grant supersu (root) privileges. App itself didnt asked SuperSu, so SuperSu didnt showed up the prompt window to grant the access. Any sugestions?
Click to expand...
Click to collapse
I'm with this guy. Nothing's happening to prompt the SU request
Sent from my Pixel XL using Tapatalk

iamterence said:
I'm with this guy. Nothing's happening to prompt the SU request
Sent from my Pixel XL using Tapatalk
Click to expand...
Click to collapse
Okay, tried this and it worked. So.. Go to apps, delete data from Pixel Swipe app. Force close app. Scan your finger and setup the fingerprint sensor screen unlock. Reboot the phone and open the app again. Guess it wants the scanned finger before opening.

tnx man no problem with that , good job

So there's no settings for this app? It takes this much trouble just to get it running as well? I'll stick with the original app.....

Worked within five minutes, just had to have finger scanned in the phone. Works great. Thanks mate.

would be nice if i can swipe to remove notifications panel too, not long press! anyways, thank you. very useful app.

Why opening of notification panel so slow? NOVA launcher have the same problem with Android 6, but they solve this problem with root, can you do same thing for your app? With so slow opening - app is useless

Nice app. Not filled with bloated stuff like similar apps. Just what I searched. ?

are you the devloper of the app?
is there any way to make it so that the fingerprint scanner act as a scroll wheel?

Anyway to implement directions and tap to select double tap to go back??

Can't even open file.

Thanks mahn! :good:
Appreciate it!
But is there any way that the notification panel would go back up when swiped up?

anonxlg said:
are you the devloper of the app?
is there any way to make it so that the fingerprint scanner act as a scroll wheel?
Click to expand...
Click to collapse
That's quite possible but won't it get in your way? I'll explore.

ankit73 said:
Thanks mahn! :good:
Appreciate it!
But is there any way that the notification panel would go back up when swiped up?
Click to expand...
Click to collapse
That can be handled. Will keep you posted when I release an update!

CyanoFresh said:
Can't even open file.
Click to expand...
Click to collapse
Try making it a system app.

Related

[REQ] Lock Screen App

The power button on my N1 has been giving me fits, and given the number of people I've read about with "dead" power buttons, I think mine is going out so I'm trying to preserve it as long as possible.
I enabled trackball wake (using CM6) which takes care of 1/2 the equation, but I need a good lockscreen app (just something to make the phone go to sleep). I found one in the market called Lock Screen Enabler, but it's not a "true" lockscreen app and it's very buggy, causing all sorts of problems for me.
I've been a web developer for 8 years and recently got into Android development (which I hope to be doing full-time soon), so I thought I'd just code a quick app for personal use in 5 minutes.
The problem, however, is that the DEVICE_POWER permission is needed in order to call goToSleep() and from what I've read so far from other online posts, this permission is only granted to native system applications.
Since my phone is rooted, I even tried granting my application SU privileges, but that doesnt seem to work either.
So, my question boils down to how do I grant my application DEVICE_POWER permission? I figure if anyone out there knows the answer, it's going to be someone on XDA as this place is full of geniuses. Thanks in advance!!
UPDATE: I've attached the finished app. Made this for personal use but if anyone wants to use it they are welcome to. My only gripe about it right now is the "screen flicker" that happens when you launch it because it's trying to launch an app that immediately locks the screen and finishes itself. If I can figure out how to get the app to launch in a smaller window maybe I can minimize the size to reduce the screen flicker. But for now, this works and I can set it to launch when I click the clock on Fancy Widget, so I'm happy. Thanks again to everyone who offered answers to my questions. Just another reason why I love the Android development community!!
-teleknEsis
Search for Lock screen widget. I have the same problem and I use it. It immediately locks your phone once pressed
nDrg said:
Search for Lock screen widget. I have the same problem and I use it. It immediately locks your phone once pressed
Click to expand...
Click to collapse
Awesome, thx! Still would like to know how they got that prompt to show that basically made the application an Administrator app. Seems like the missing piece I need to complete my own
teleknEsis said:
Awesome, thx! Still would like to know how they got that prompt to show that basically made the application an Administrator app. Seems like the missing piece I need to complete my own
Click to expand...
Click to collapse
It seems that you'll need to add the application as a device administrator. There seems to be some decent information half way down this page under Device policy manager: Link.
I'd be interested in using this application as I can't change the icon of my previously mentioned widget.
Edit: More information here as well: Link.
nDrg said:
It seems that you'll need to add the application as a device administrator. There seems to be some decent information half way down this page under Device policy manager: Link.
I'd be interested in using this application as I can't change the icon of my previously mentioned widget.
Edit: More information here as well: Link.
Click to expand...
Click to collapse
I will probably still go ahead and create one. I like how with FancyWidget you can set it so clicking the clock will launch an app. Unfortunately it doesn't work with widgets, so I need an extra icon on my home screen just to lock it. If you have an icon you'd like me to use, feel free to share and I'll put it in
And thx for the info!!
I would be happy with any icon to be honest, I just don't like the lock screen widget one Good luck bud
teleknEsis said:
..If you have an icon you'd like me to use, feel free to share and I'll put it in
And thx for the info!!
Click to expand...
Click to collapse
Yeah, put my themed one in from LockScreenWidget (smoked)
http://forum.xda-developers.com/showthread.php?t=731625
rori~ said:
Yeah, put my themed one in from LockScreenWidget (smoked)
http://forum.xda-developers.com/showthread.php?t=731625
Click to expand...
Click to collapse
Alright, I got it working, but there's one problem. It can't be uninstalled because it's currently a device admin. Same goes for that Lock Screen Widget I installed earlier.
Looking into a way to be able to uninstall, if one even exists....
You disabled: device administrator ?
Looking into a way to be able to uninstall, if one even exists....
Click to expand...
Click to collapse
Try using "root explorer" to find the files and just delete them.
teleknEsis said:
Alright, I got it working, but there's one problem. It can't be uninstalled because it's currently a device admin. Same goes for that Lock Screen Widget I installed earlier.
Looking into a way to be able to uninstall, if one even exists....
Click to expand...
Click to collapse
You need to go to Security & Location - Device Administrators and disable both there.
Hollow.Droid said:
You need to go to Security & Location - Device Administrators and disable both there.
Click to expand...
Click to collapse
Good call. Thx. However, I also came up with a work-around for ppl who are just as lazy as myself. There are 2 icons in the launcher. The first will lock the screen (once you enable the app as a device admin). The second will disable the app as a device admin, allowing you to uninstall at your will.
I really intended for this app to be for personal use, but if anyone wants it I'll put it up here for you to download. If you'd rather I remove the second launcher icon and just let you to disable it through Security settings, I will also do this (as really, I don't plan on uninstalling any time soon so this is fine for myself).
Thanks to everyone who helped out!!!
teleknEsis said:
Good call. Thx. However, I also came up with a work-around for ppl who are just as lazy as myself. There are 2 icons in the launcher. The first will lock the screen (once you enable the app as a device admin). The second will disable the app as a device admin, allowing you to uninstall at your will.
I really intended for this app to be for personal use, but if anyone wants it I'll put it up here for you to download. If you'd rather I remove the second launcher icon and just let you to disable it through Security settings, I will also do this (as really, I don't plan on uninstalling any time soon so this is fine for myself).
Thanks to everyone who helped out!!!
Click to expand...
Click to collapse
Yeah I'd appreciate the single launcher version please if possible
Hollow.Droid said:
Yeah I'd appreciate the single launcher version please if possible
Click to expand...
Click to collapse
OK - I'll update and upload when I get into work
Application is in the OP. Have at it
Great, works perfect on MIUI 0.9.30
Does the job perfectly! I especially like how it runs as an app so I can change the icon
You're a lifesaver, or should I say power button saver
Thanks so much.
I tried to develop something similar before but got stuck. Saved me some time!
Thanks for creating such useful app for my N1. My power bt is fine, but I would like to preserve it to powering up/down the phone.
BTW, I also downloaded Lock Screen Widget to test it out. Is it possible that you can make your app to shut off the screen smoother, like LSW? I like it you set it up as an app, which is super useful for me set up as a gesture swipe on my LauncherPro dock icons.
Thanks again and keep up your good work!
Thanks again, your app is really great. But could you add a option to map it to the search button (long press) please?
Thank you!

[APP] AIR Command Shortcut - Launch Air Command with a Finger click

Hello Friends,
Just want to share with you another app - Air Command Shortcut: a shortcut app that invokes the Air Command menu. I initially showed this app a few weeks ago on this post video. This is initial BETA release.
Action Memo, Screen Write, S Finder and Pen Window can now be launched with just a finger click but Scrapbooker still needs the Spen to draw a target window. When spen is inserted while clicking Scrapbooker, a preset app will open instead and when spen is detached, clicking Scrapbooker will function as normal - meaning you need to use your spen to draw a target window to be saved by Scrapbooker. A toast message will let you know when you need to use spen or not.
Pen Window will launched with a preset window size but if you bought my other app - PEN WINDOW LAUNCHER, clicking Pen Window will launched that instead so you can use your preferred window size and position.
Download it below.
Thank you @xperiacle
Worked at my end.
Sent from my SM-N900 using Tapatalk
many many thanks for all your APP.
Your a rock man
Awesome work bro..
wowww.. working great. keep it up.
I see someone created Air Command shortcut too (I posted mine yesterday ). Thats cool maybe you will have some better ideas how to make use of it. On topic, I noticed you have same issues that I had troubles with:
1) you change detach action (hint - restore it back).
2) you leave phone in 'Detached S Pen' state so if you open this app with finger (and you don't attach spen manually after that) it will trigger S Pen Keeper alert that you forgot to attach S Pen. (hint - I send attach intent to prevent it but maybe there is better solution).
Hope this helps.
So ..
How if you want to launch it with other apps ..
Like browser..
YouTube....etc.
Sent from my SM-N9005 using Tapatalk
StupidIdea said:
I see someone created Air Command shortcut too (I posted mine yesterday ). Thats cool maybe you will have some better ideas how to make use of it. On topic, I noticed you have same issues that I had troubles with:
1) you change detach action (hint - restore it back).
2) you leave phone in 'Detached S Pen' state so if you open this app with finger (and you don't attach spen manually after that) it will trigger S Pen Keeper alert that you forgot to attach S Pen. (hint - I send attach intent to prevent it but maybe there is better solution).
Hope this helps.
Click to expand...
Click to collapse
It is an honour to have you here, Sir...you are indeed one of the great devs around. And THANKS for the tips.
Sorry, I know you posted first about the Air Command shortcut but I have been working on it for a few weeks now as you can see in my previous video link in the OP. I just never got to post the initial app because I am having some technical issues. I got most of the menu items working except scrapbooker which works partially for me due to system-level permission issues which I am still trying to fix without having to mod any system file and if possible without the need for root. Apart from that, it seems most are working. I will probably offer the user the option to change some of the menu items. So instead of Scrapbooker or S Finder, may be they would like to launch their favourite app instead. Again, thanks for all your work. Keep rocking.
So ..
How if you want to launch it with other apps ..
Like browser..
YouTube....etc.
Click to expand...
Click to collapse
What do you mean launch it with other apps? Do you mean change the menu items with like browser/youtube or launch the menu items at the same time launch other apps like browser/youtube in one click? If you mean both, yes it is possible but I am still trying to iron out some technical issues. The app in the OP doesn't include those options yet. It is just the basic shortcut app but the final release may or may not offer those options mentioned depending on how I would be able to fix some issues.
The thing is I am still exploring because I don't know what KitKat brings. It seems a lot has changed internally. I haven't tried it yet as I am waiting for my region's official release.
Anyway, I will update the one in the OP with some more features soon.
xperiacle said:
It is an honour to have you here, Sir...you are indeed one of the great devs around. And THANKS for the tips.
Sorry, I know you posted first about the Air Command shortcut but I have been working on it for a few weeks now as you can see in my previous video link in the OP. I just never got to post the initial app because I am having some technical issues. I got most of the menu items working except scrapbooker which works partially for me due to system-level permission issues which I am still trying to fix without having to mod any system file and if possible without the need for root. Apart from that, it seems most are working. I will probably offer the user the option to change some of the menu items. So instead of Scrapbooker or S Finder, may be they would like to launch their favourite app instead. Again, thanks for all your work. Keep rocking.
What do you mean launch it with other apps? Do you mean change the menu items with like browser/youtube or launch the menu items at the same time launch other apps like browser/youtube in one click? If you mean both, yes it is possible but I am still trying to iron out some technical issues. The app in the OP doesn't include those options yet. It is just the basic shortcut app but the final release may or may not offer those options mentioned depending on how I would be able to fix some issues.
The thing is I am still exploring because I don't know what KitKat brings. It seems a lot has changed internally. I haven't tried it yet as I am waiting for my region's official release.
Anyway, I will update the one in the OP with some more features soon.
Click to expand...
Click to collapse
It cool that you are working on it too. I didn't imply anything when I said I posted it. Its not an original idea or something. I just wanted to point out issues that I had and see if you found better solutions. Keep up the good work :good:
I just updated Air Command Shortcut app with some fixes. Action Memo, Screen Write, S Finder and Pen Window can now be opened with a Finger click. Scrapbooker still needs the spen but the app will launch a preset app when it detects that the spen is inserted. When it detects that the spen is detached Scrapbooker will launched as normal - meaning you need to use the spen to draw the window to save.
Just download it in the OP.
Great work again together with your Pen Window Launcher even better and your announcment is promising. One suggestio (?) I don´t use the Browser, i use chrome but his is peronal tase. Is it technicaly possible to choose what shortcut i want?
Edit: And another question. Is it possible to link the Pen Window to the Pen Window Drawer of the Pen Window Launcher instead of Pen Window Lancher itself so the Pen Window Launcher Notification wont start?
and2 said:
Great work again together with your Pen Window Launcher even better and your announcment is promising. One suggestio (?) I don´t use the Browser, i use chrome but his is peronal tase. Is it technicaly possible to choose what shortcut i want?
Edit: And another question. Is it possible to link the Pen Window to the Pen Window Drawer of the Pen Window Launcher instead of Pen Window Lancher itself so the Pen Window Launcher Notification wont start?
Click to expand...
Click to collapse
Yes I used the default browser app as the preset app when Scrapbooker menu item is clicked (when spen status is inserted) but it definitely can be changed once I finished the settings UI. It is also possible to launch your favourite apps together with any of the other menu items in the air command.
Thank you for the suggestion. I will modify the app so it will launch pen window launcher with the pen drawer directly without notification. It's just a small change, I might be able to update it in a while.
And by the way, I already uploaded a new version of Pen Window Launcher in the Play Store. @and2 Could you test and let me know any feedback. Thanks.
Hey @xperiacle ,
First, Thank You for this app, Then I wanna ask if there is some good news about finger Scrabooking.
Thanks for the great App. Is it possible in the Pro Version so see the app icons instead of defaults in the drawer "My Air Command"?
sblock said:
Thanks for the great App. Is it possible in the Pro Version so see the app icons instead of defaults in the drawer "My Air Command"?
Click to expand...
Click to collapse
Any answer to this?
Sent from my SGNote 3
FC on detaching spen
I get FC "unfortunately the process com.android systemui has stopped", along with the air command. ROM: Phantom v7
rajdon82 said:
I get FC "unfortunately the process com.android systemui has stopped", along with the air command. ROM: Phantom v7
Click to expand...
Click to collapse
I reformatted phone and installed phantom rom again. After restoring apps with titanium, I got the fc again, indicating that it was a problem related to a specific app. So I tried stopping some apps. Eventually, I found out that it was wanam xposed recent update that was causing the fc. The new features added were causing the problem. So, I disabled the new features on wanam xposed and now there is no fc problem. Thanks.
great app so far i have seen.
can we have this app on note n7000?
rajdon82 said:
I reformatted phone and installed phantom rom again. After restoring apps with titanium, I got the fc again, indicating that it was a problem related to a specific app. So I tried stopping some apps. Eventually, I found out that it was wanam xposed recent update that was causing the fc. The new features added were causing the problem. So, I disabled the new features on wanam xposed and now there is no fc problem. Thanks.
Click to expand...
Click to collapse
Could you describe which of the features you disabled to get it to work?
Sent from my SM-N910P using Tapatalk
Not working for me.
When i open the app, this happens
But it works fine with the SPen as usual, when pulling it out or pushing the button.
EDIT-
Still not working after a clean rom flash and data wipe, thought i'd better make sure as i had removed many system apk's when i tried before. Any news on this?
Where can I get the donate version to access setting?

[GUIDE]Setup a permanent beautiful Samsung-like replacement for ur default lockscreen

Hi everybody.
Today I present here a Samsung s3 like lockscreen replacement which will actually replace your default lockscreen and you'll never need to launch that app after a reboot to activate it (I know its too annoying :-\ )
HERE I WANT TO MENTION THAT I HAVEN'T CREATED THIS APP. I'M ONLY SHARING IT HERE
This, let me tell u, is the BEST lockscreen out there to get you rid of that default one. Also this doesn't consume your ram as go locker and others do so you won't sacrifice performance for beauty. What else could you want !!!!
Here's how to go about it :-
1. Download the apk file from the attachments.
2. Install the apk as a system app (IF U DONT KNOW HOW TO then first install it as user app and then use titanium backurp to convert it to a system app )
3. After the installation long touch on ur desktop.
4. Choose the following - Shortcuts>Activities>Touch the name "unlock screen">Choose the second activity.
5. Touch the icon that just appeared and first enable the lockscreen.
6. Now choose the Set sceen lock option and choose swipe.
7. Now u can change wallpapers and shortcuts to be shown on the lockscreen as u wish.
Although there aren't many features here but this lockscreen is permanent and will not affect performance at all.
Congrats !!!! You've just set up your phone's lockscreen to be completely like Samsung GS3.
Whenever you want to disable the lockscreen or uninstall the app all u need to for is disable the screen from the settings of the app and then uninstall.
If u have any queries, post them here and I'll answer u as soon as possible.
I have also attached some screenshots for u to see if you're unable to understand anything. Also if you like the app then post it here and rate the thread well. (I can't force you to thank me but if you liked the app then why not )
ENJOY THE BEAUTY.........
DON'T FORGET TO HIT THE THANKS BUTTON IF THIS HELPED YOU
I've installed it as system app but when I long-press my desktop there is no "Activities" option under "shortcuts". :crying:
Edit: I've managed to get it working by downloading a shortcut creator app from the playstore. It's nice but I stick to my default lockscreen because of two things:
1. The app still shows under my running applications consuming around 2-6mb of RAM acceptable but;
2. It does not have notifications for unread sms and missed calls?
Thanks still.
17viper17 said:
I've installed it as system app but when I long-press my desktop there is no "Activities" option under "shortcuts". :crying:
Edit: I've managed to get it working by downloading a shortcut creator app from the playstore. It's nice but I stick to my default lockscreen because of two things:
1. The app still shows under my running applications consuming around 2-6mb of RAM acceptable but;
2. It does not have notifications for unread sms and missed calls?
Thanks still.
Click to expand...
Click to collapse
Thanks for trying the app. The problem is that I didn't write the code so I can't really help that shortcut issue. Anyway I'm trying to find a workaround so maybe this'll be fixed soon.
17viper17 said:
I've installed it as system app but when I long-press my desktop there is no "Activities" option under "shortcuts". :crying:
Edit: I've managed to get it working by downloading a shortcut creator app from the playstore. It's nice but I stick to my default lockscreen because of two things:
1. The app still shows under my running applications consuming around 2-6mb of RAM acceptable but;
2. It does not have notifications for unread sms and missed calls?
Thanks still.
Click to expand...
Click to collapse
Hi, I just tried giving a missed call to my phone and found that it does show a notification which is a semi-transparent round icon at the centre of the screen. Also u can add a shortcut to the call log app for direct access to missed calls and a message icon for messages.
Hi can you help me again? I uninstalled this app without deactivating it as device administrator, it went well except for a few expected forced closes which was easily resolved by rebooting my device. A few days after I wanted to give this app another shot, installed it as system app but when I try to create a shortcut I only have one activity to choose from that is "settings". It still activates as my locker but I wanted it to be a device administrator again. By not being a device admin my default locker shows up for while during boot-up until the app loads and takes over the lock. When it as installed as a device admin it was instant upon boot. Hope you can help solve my problem which is primarily why doesn't it show up among the device administrator choices anymore?
17viper17 said:
Hi can you help me again? I uninstalled this app without deactivating it as device administrator, it went well except for a few expected forced closes which was easily resolved by rebooting my device. A few days after I wanted to give this app another shot, installed it as system app but when I try to create a shortcut I only have one activity to choose from that is "settings". It still activates as my locker but I wanted it to be a device administrator again. By not being a device admin my default locker shows up for while during boot-up until the app loads and takes over the lock. When it as installed as a device admin it was instant upon boot. Hope you can help solve my problem which is primarily why doesn't it show up among the device administrator choices anymore?
Click to expand...
Click to collapse
Hello. This app (being installed as a system app) doesnt need to be a system administrator. Also you can't install an app that has the status of system administrator without disabling it. Therefore I assume that you've missed something in the description. As or the problem of the other locker app taking over, the simplest solution would be to uninstall that app. Post again here if this didn't solve the issue.
Hello, thanks for the reply. After days of having this app as my default lockscreen, my "complaints" are probably not worth it (especially the device administrator thingy ^^). It's working flawlessly, default lock is not showing up anymore. So it stays as my default lockscreen. And by the way there is a missed SMS notification after all. Again thank you! :good:
17viper17 said:
Hello, thanks for the reply. After days of having this app as my default lockscreen, my "complaints" are probably not worth it (especially the device administrator thingy ^^). It's working flawlessly, default lock is not showing up anymore. So it stays as my default lockscreen. And by the way there is a missed SMS notification after all. Again thank you! :good:
Click to expand...
Click to collapse
Glad that I could be of help. Hope you have a nice experience with this locker. As for those "complaints", well they were just some doubts that anybody would've got
Enjoy .....

[QUICK CIRCLE APP] Quick Circle Notifications

Hi,
I made an app to check notifications in the quick circle: "https://play.google.com/store/apps/details?id=zsoltmester.qcn".
It is makes your case more useful. Feel free to send me a feedback!
Regards,
ZS
Thanks
It's more comfortable than notifications on "Quick Circle Apps"
I like it and I can wait for new features (swipe for delete, double tap...)
Good work !
It says it's incompatible with your device, I have D852 with cloudy
Says incompatible for me as well. Stock rooted 851.
Stock LG G3 D852 shows incompatible.
Thx
Nm
zsoltmester said:
Hi,
I made an app to check notifications in the quick circle: "https://play.google.com/store/apps/details?id=zsoltmester.qcn".
It is makes your case more useful. Feel free to send me a feedback!
Regards,
ZS
Click to expand...
Click to collapse
I cannot access your app in my play store.
Please share the apk file !
Currently support only 5.0. Maybe that is the problem?
I working on the kit kat version, i will post when it is done.
Or play store said incompatibility with 5.0?
Looks very nice!
You can use it for swipe to dismiss: https://github.com/krossovochkin/Android-SwipeToDismiss-RecyclerView
Thx! Looks useful.
Bump. Will there ever be support for kit kat? I'm really trying to get as much Quick Circle apps on my phone as possible, and this will be a great addition to it.
How can it be uninstalled?
I installed but it doesn't allow me to uninstall it.
Frankly the fact really bothers me that I cannot control this app myself.
Please let me know how to uninstall it or I have to do factory reset.
zsoltmester said:
Hi,
I made an app to check notifications in the quick circle: "https://play.google.com/store/apps/details?id=zsoltmester.qcn".
It is makes your case more useful. Feel free to send me a feedback!
Regards,
ZS
Click to expand...
Click to collapse
G3 User said:
I installed but it doesn't allow me to uninstall it.
Frankly the fact really bothers me that I cannot control this app myself.
Please let me know how to uninstall it or I have to do factory reset.
Click to expand...
Click to collapse
Go to Settings / Security / Phone administrators and deactive the app. Then you can uninstall it.
The permission is required for the double tap feature.
zsoltmester said:
Go to Settings / Security / Phone administrators and deactive the app. Then you can uninstall it.
The permission is required for the double tap feature.
Click to expand...
Click to collapse
Thank you.
Thank you for this app. At the moment, I need to doubletap and swipe the clock away to open the notifications. Is it possible to wake the device and show the notification instantly in the circle, if one is received ?
need apk please... can't test because its say ... not compatible -_-
Is this a no longer being supported? I'm currently using LG g4 and it works great just wish we had swipe to delete and tap to open the notification's app.

Google calendar issue only with HTC u11 - SOLVED

Hi all,
I have a couple of strange issues using Google calendar on my HTC u11.
1.
When a press new event button I see a 'flat' interface instead of classic one.
See screenshots attached please.
On my Nexus 7 (same accounts, same calendars, same application version) all appear normally.
2.
I cannot swipe to delete event. Swipe gesture doesn't work.
On my Nexus works perfectly.
I tried of course to clear calendar data, install fresh but nothing.
Latest Google calendar version installed of course.
Recently updated ota 1.27 but the same.
Anyone is experiencing same issued?
Thx
Not sure what you mean by flat interface, however just created an event and can swipe to delete and short swipe to tap trash can to delete. Both ways work just fine. Im on Sprint 1.28. and latest as well.
All works normal for me. Leedroid.
aferende said:
Hi all,
I have a couple of strange issues using Google calendar on my HTC u11.
1.
When a press new event button I see a 'flat' interface instead of classic one.
See screenshots attached please.
On my Nexus 7 (same accounts, same calendars, same application version) all appear normally.
2.
I cannot swipe to delete event. Swipe gesture doesn't work.
On my Nexus works perfectly.
I tried of course to clear calendar data, install fresh but nothing.
Latest Google calendar version installed of course.
Recently updated ota 1.27 but the same.
Anyone is experiencing same issued?
Thx
Click to expand...
Click to collapse
Well...in the app data, what calendar version do you have installed?
AarSyl said:
Well...in the app data, what calendar version do you have installed?
Click to expand...
Click to collapse
5.7.35-165431130-release
aferende said:
5.7.35-165431130-release
Click to expand...
Click to collapse
I have no idea, honestly.
schmeggy929 said:
Not sure what you mean by flat interface, however just created an event and can swipe to delete and short swipe to tap trash can to delete. Both ways work just fine. Im on Sprint 1.28. and latest as well.
Click to expand...
Click to collapse
Look at differences between your screenshots and mine.
When you press plus button in your case you see other colored buttons.
In my case text only:crying:
aferende said:
Look at differences between your screenshots and mine.
When you press plus button in your case you see other colored buttons.
In my case text only:crying:
Click to expand...
Click to collapse
Yeah other than clearing data again, uninstall and reinstall, im not sure what is going on there.
schmeggy929 said:
Yeah other than clearing data again, uninstall and reinstall, im not sure what is going on there.
Click to expand...
Click to collapse
Thank anyway.
I will change calendar app awaiting a fix ever if it's a Google calendar bug in some situations
After a lot of experiments, finally I discovered what is causing the issue.
It's an app called Nougat Quick settings: https://play.google.com/store/apps/details?id=it.simonesestito.ntiles
It need accessibility permissions to allow it to create custom tiles in the quick settings bar.
I have contacted app developer that confirms this bug.
Once disabled accessibility permissions, Google calendar works fine but custom tiles stop working.
I hope this is useful to others having similar issues.
BTW Ty all for your support.
aferende said:
After a lot of experiments, finally I discovered what is causing the issue.
It's an app called Nougat Quick settings: https://play.google.com/store/apps/details?id=it.simonesestito.ntiles
It need accessibility permissions to allow it to create custom tiles in the quick settings bar.
I have contacted app developer that confirms this bug.
Once disabled accessibility permissions, Google calendar works fine but custom tiles stop working.
I hope this is useful to others having similar issues.
BTW Ty all for your support.
Click to expand...
Click to collapse
You can get custom tiles with shortcutter by @LeeDroid mate. Try it out. It doesn't interfere with any other App like GCalendar
Sent from my HTC U11 using XDA Labs

Categories

Resources