mickstar / Zoo-For-Zotero

This is an Android app for viewing Zotero libraries.
576 stars 53 forks source link

hide keyboard when clicked outside the activity #150

Closed cdhiraj40 closed 3 years ago

cdhiraj40 commented 3 years ago

Activities do not support closing the keyboard when clicking in the background, having this feature will def make a better user experience

cdhiraj40 commented 3 years ago

hey @mickstar can I work on this? Thanks!

mickstar commented 3 years ago

Normal android behaviour is to close the keyboard on back press or submit, I don't think clicking the app background for keyboard is a good idea .

Where are you typing ?

cdhiraj40 commented 3 years ago

Normal android behaviour is to close the keyboard on back press or submit, I don't think clicking the app background for keyboard is a good idea .

Where are you typing ?

I currently cant show recording as I'm unable to register but if you can see the search view its good to have this feature so people can easily close the keyboard and see the list.

mickstar commented 3 years ago

On search, if you click the enter button it will dismiss the keyboard

cdhiraj40 commented 3 years ago

On search, if you click the enter button it will dismiss the keyboard

As you say But in my opinion as I have seen in other big apps they have this feature and it increases user experience as you have to just click on the screen and scroll/see the list rather than clicking on search

mickstar commented 3 years ago

It's a small change and i'll include it in the next release.

cdhiraj40 commented 3 years ago

It's a small change and I'll include it in the next release.

I can work if you want, can definitely decrease workload :) Anyways Happy hacking!

mickstar commented 3 years ago

Sure thing!

Let me know if you need any help.

cdhiraj40 commented 3 years ago

Sure thing!

Let me know if you need any help.

Thankss! I will sure let you know :)

cdhiraj40 commented 3 years ago

Sure thing!

Let me know if you need any help.

Hey this happened too soon sorry hehe


> /data/home/thefunnyintrovert/Desktop/HacktoberFEst/Zoo-For-Zotero/apikeys.properties (No such file or directory) ```
mickstar commented 3 years ago

Make a file called apikeys.properties in the project root and generate a zotero API key from their website. Put that key in the that file.

I forgot how it looks, I'm not on my PC right now but I can get back to you later.

On Fri, 8 Oct 2021, 12:22 am Dhiraj Chauhan, @.***> wrote:

Sure thing!

Let me know if you need any help.

Hey this happened too soon sorry hehe

/data/home/thefunnyintrovert/Desktop/HacktoberFEst/Zoo-For-Zotero/apikeys.properties (No such file or directory) ```

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mickstar/Zoo-For-Zotero/issues/150#issuecomment-937787737, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAV2VZN4OELVG54JGFVFYTUFWNJPANCNFSM5FJXGZZQ .

cdhiraj40 commented 3 years ago

Make a file called apikeys.properties in the project root and generate a zotero API key from their website. Put that key in the that file. I forgot how it looks, I'm not on my PC right now but I can get back to you later.

sure thing, no worries. Whenever you free :)

cdhiraj40 commented 3 years ago

Make a file called apikeys.properties in the project root and generate a zotero API key from their website. Put that key in the that file. I forgot how it looks, I'm not on my PC right now but I can get back to you later.

Hey, it's working perfectly! Thanks for the help :)