openMF / mifos-mobile

Repository for the Mifos Mobile Banking App for clients
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
274 stars 686 forks source link

Add static shorts for app #923

Open RajaVamsi11 opened 5 years ago

RajaVamsi11 commented 5 years ago

Feature Request: I want to introduce a feature of adding static shorts to the app for activities in navigation drawer for quick access to the users like:

Feature description App shortcuts were introduced in API 25 for the users do their common tasks quickly. using these shortcuts will be more useful. you can visit this link for more information.

Screenshots:

static

RajaVamsi11 commented 5 years ago

@miPlodder Please review this issue.I am interested in implementing this feature. May I start working on this issue?

etlhsu commented 5 years ago

@RajaVamsi11, that sounds like an awesome idea 🥇😀. You might want to be on the gitter chat, there you can contact @miPlodder and @luckyman20 and have them help you track the development of your feature. On the chat, you can also talk to other students, and ask for help on using certain features!

RajaVamsi11 commented 5 years ago

@ethan627hsu glad you liked that idea

luckyman20 commented 5 years ago

@RajaVamsi11 This seems like a good idea, @miPlodder What are your views on that?

miPlodder commented 5 years ago

@RajaVamsi11 Sorry for the delayed response, you can start to work on this feature as its pretty handy.

devansh-299 commented 4 years ago

@RajaVamsi11 I would like to work on this issue if it hasn't been addressed yet

RajaVamsi11 commented 4 years ago

Yes you can work on this issue if its get approved by mentors.

On Fri, 10 Jan, 2020, 5:04 PM Devansh Aggarwal, notifications@github.com wrote:

@RajaVamsi11 https://github.com/RajaVamsi11 I would like to work on this issue if it hasn't been addressed yet

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/openMF/mifos-mobile/issues/923?email_source=notifications&email_token=AHJCQK4ITJBYV2KFT4T5SKLQ5BMMRA5CNFSM4GBQAHWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEITU2LA#issuecomment-573001004, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHJCQKYYNU4P4457H5CWZV3Q5BMMRANCNFSM4GBQAHWA .

devansh-299 commented 4 years ago

Yes you can work on this issue if its get approved by mentors. … On Fri, 10 Jan, 2020, 5:04 PM Devansh Aggarwal, @.***> wrote: @RajaVamsi11 https://github.com/RajaVamsi11 I would like to work on this issue if it hasn't been addressed yet — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#923?email_source=notifications&email_token=AHJCQK4ITJBYV2KFT4T5SKLQ5BMMRA5CNFSM4GBQAHWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEITU2LA#issuecomment-573001004>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHJCQKYYNU4P4457H5CWZV3Q5BMMRANCNFSM4GBQAHWA .

Thanks , for allowing

luckyman20 commented 4 years ago

@devansh-299 Go ahead on working on this.

devansh-299 commented 4 years ago

@devansh-299 Go ahead on working on this.

Thanks for the approval

nirmalhk7 commented 4 years ago

I'm extremely sorry if @devansh-299 was working on this: I genuinely didn't know such issue already existed, and I saw this after I finished my work.

Note that our shortcuts will be displayed static only, but our min API support is API 16, and shortcuts were introduced in API 26. This means that we need to programmatically (i.e. from Java) check the OS version before showing the shortcuts, which necessitates using Dynamic shortcuts, which I have, in my MR.

devansh-299 commented 4 years ago

I'm extremely sorry if @devansh-299 was working on this: I genuinely didn't know such issue already existed, and I saw this after I finished my work.

Note that our shortcuts will be displayed static only, but our min API support is API 16, and shortcuts were introduced in API 26. This means that we need to programmatically (i.e. from Java) check the OS version before showing the shortcuts, which necessitates using Dynamic shortcuts, which I have, in my MR.

No problem, I wasn't working on this issue anymore