mifos-mobile
mifos-mobile copied to clipboard
Add static shorts for app
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:
- Recent Transactions
- Charges
- Third Party Transfers
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:
@miPlodder Please review this issue.I am interested in implementing this feature. May I start working on this issue?
@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!
@ethan627hsu glad you liked that idea
@RajaVamsi11 This seems like a good idea, @miPlodder What are your views on that?
@RajaVamsi11 Sorry for the delayed response, you can start to work on this feature as its pretty handy.
@RajaVamsi11 I would like to work on this issue if it hasn't been addressed yet
Yes you can work on this issue if its get approved by mentors.
On Fri, 10 Jan, 2020, 5:04 PM Devansh Aggarwal, [email protected] 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 .
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
@devansh-299 Go ahead on working on this.
@devansh-299 Go ahead on working on this.
Thanks for the approval
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.
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