-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add gesture locking #81
base: master
Are you sure you want to change the base?
Conversation
Very clean code, thanks! I'll look through it in detail in the next days, depending how much time I have; then I'll merge and reformat it a little to my needs :) |
You may also want to look at the theme manager's application on the Gesture View, I did not touch it at all. |
@Rijul-Ahuja Theme manager isn't implemented, tbh.. So you don't have to change anything about it ;) |
Max, just thought I should mention this, the gesture file isn't encrypted at all, unlike the other modes. If you figure out a way to encrypt the gesture (that is, not just the name, but the actual gesture itself), do let me know, I will implement it in the gesture lockscreen module. |
Thanks! I'll see if I can do it on my own :) I will work on fixing a few things in MaxLock now, and then I'll merge your PR. |
else | ||
mPassword = getPreferencesKeys(getContext()).getString(Common.KEY_PREFERENCE, ""); | ||
} | ||
Log.e(LockView.class.getName(), mPassword); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you remove logging th password nd locking type, please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies, that was for debugging. Right now I've exams, so I'll remove it
after ~13 hours (two exams today).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, no prob. It can wait until later/tomorrow. Good luck with your exams!
Could you take a look at my line note? Also, could you remove the alternate translations? I think the translators should pick the new strings out on their own. |
Perfect, thanks! |
I decided I won't merge this before next release. I want to have the new release as stable as possible, and out as soon as possible.. |
Sure, it is your app. Just put up a comment here when you are done so I get to know. |
Of course. I will just tell here. |
Can you tell me how to look at it? I am not well versed with git. A general idea of what to Google will do, too. |
Well, you have to adapt my changes to your proposes. So you have to pull my updates from my git and then fix the conflicts. I can also do it, but it would be very nice if you could do it :) |
@Rijul-Ahuja |
Also, could you tell me which files you took from the AOSP? Only the ones with the copyright? |
And another question, what is the reason for first extending LockGestureView from GestureOverlayView, then GestureActivityView from LockGestureView? |
Sorry, I totally forgot about this commit.
|
Forget about my other request, basically wanted to merge fragment and activity code, which doesn't work. |
Any movement on this, Max? |
Yeah, I will add it next when I find time for MaxLock again |
4b492d0
to
b50d2ca
Compare
502e98b
to
059f373
Compare
Hi Max,
As discussed on XDA, please check this pull request. Some points to note are
You may want to refactor some stuff as per your preferences, but I have tried to do the best I could. Thanks for your time.