-
Notifications
You must be signed in to change notification settings - Fork 46
Feature/phonebook #196
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
base: master
Are you sure you want to change the base?
Feature/phonebook #196
Conversation
Includes phone dialer menu from feature/phone branch - but does not include directory menus. Phone book can be tested using CLI only ... "BT PB" (phone book), "BT CH" (call history) and "BT FAV" (favorites)
Includes phone dialer menu from feature/phone branch - but does not include directory menus. Phone book can be tested using CLI only ... "BT PB" (phone book), "BT CH" (call history) and "BT FAV" (favorites)
…BlueBus into feature/phonebook # Conflicts: # firmware/application/lib/bt/bt_bm83_pbap.c
…BlueBus into feature/phonebook # Conflicts: # firmware/application/lib/bt/bt_bm83_pbap.c
…BlueBus into feature/phonebook
|
Thank you for your work here! There are some other features that need to be merged in before this, so I will get to this ASAP. I may also change some of the code, etc once merged, but at a high level it seems to align well with the rest of the codebase. I think this is what you're looking for: https://github.com/piersholt/wilhelm-docs/blob/master/telephone/directory.md Thanks! |
|
Hope it's helpful.Thank you for a great open-source product, Ted.
I have read that site, and the feature/phone branch, but I still couldn't work out how to get the directory screen to show :-(I'll keep trying...
On Sunday, 25 February 2024 at 09:50:17 pm AWST, Ted Salmon ***@***.***> wrote:
@ticklemonster
Thank you for your work here! There are some other features that need to be merged in before this, so I will get to this ASAP. I may also change some of the code, etc once merged, but at a high level it seems to align well with the rest of the codebase.
I think this is what you're looking for: https://github.com/piersholt/wilhelm-docs/blob/master/telephone/directory.md
Thanks!
-Ted
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
Hi @ticklemonster ! Nice to meet you an see you already contributing! I have quite a few lines of code in my uncommited changes, dealing with storing and updating phonebook in BlueBus for caller id, and for directory management, that I just did not manage to find mental power to complete. If you would like to have a look at them, and join the effort, I would love to work with you. Maybe join the BB slack to discuss? |
|
Happy to try and help. I did try to take on some of the code from feature/phone. I roughly understood how the dial screen worked, can see the button messages, but couldn’t work it how to get the directory screen up with my content. 😔
I’m in Western Australia, so time zones can be tricky. Happy to get involved on slack Where’s the slack channel?
On Tuesday, February 27, 2024, 12:59 am, Ivan Debnar ***@***.***> wrote:
Hi @ticklemonster ! Nice to meet you an see you already contributing!
I have quite a few lines of code in my uncommited changes, dealing with storing and updating phonebook in BlueBus for caller id, and for directory management, that I just did not manage to find mental power to complete. If you would like to have a look at them, and join the effort, I would love to work with you. Maybe join the BB slack to discuss?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
What’s your email? I’ll add you. -Ted |
|
Try ***@***.***
On Tuesday, February 27, 2024, 4:11 pm, Ted Salmon ***@***.***> wrote:
@ticklemonster
What’s your email? I’ll add you.
…-Ted
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Added some features to read the phone book from a BM83 (bluebus v2).
You can test it from the CLI, but they are not added to any UI.
I've merged in some of the phone UI from feature/phone, but I don't know how to get the directory menu to show up.
Any advice on getting the directory screen to work?