From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [PATCH 4/8] stk: Add SimApplication interface.
Date: Wed, 23 Jun 2010 16:25:47 -0500 [thread overview]
Message-ID: <201006231625.47624.denkenz@gmail.com> (raw)
In-Reply-To: <1277205651-29369-4-git-send-email-andrew.zaborowski@intel.com>
[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]
Hi Andrew,
> ---
> include/dbus.h | 1 +
> src/stk.c | 585
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files
changed,
> 585 insertions(+), 1 deletions(-)
>
Just a general comment: In the previous version of the patch you included an
api document in the commit description. It might be a good idea to formalize
it into a proper doc/stk-api.txt document and include it along with the patch.
This way people have a much easier time understanding what is going on, and we
do want feedback on the API from many people for this one.
Another suggestion I have is to split out the Select Item proactive command
handling from the regular Menu. Perhaps moving Select Item handling to an
Agent interface along with Display Text, Play Tone, Get Input, Get Inkey, etc
might be a good idea.
Also, I really encourage you to split this patch apart some more. E.g. one
patch for foundation of the stk atom, one part handling the Setup Menu / Menu
Selection envelope, another for Select Item, etc. This makes it easier to
review the code. Smaller patches are always good, and higher chance that less
controversial chunks will get accepted, leading to even smaller patches in the
future.
Regards,
-Denis
Regards,
-Denis
next prev parent reply other threads:[~2010-06-23 21:25 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-22 11:20 [PATCH 1/8] stkutil: Refactor command parser error handling Andrzej Zaborowski
2010-06-22 11:20 ` [PATCH 2/8] stk: Allow registering proactive command handlers Andrzej Zaborowski
2010-06-23 19:44 ` Denis Kenzior
2010-06-23 22:08 ` Andrzej Zaborowski
2010-06-22 11:20 ` [PATCH 3/8] stk: Handle the More Time command as a nop Andrzej Zaborowski
2010-06-22 11:20 ` [PATCH 4/8] stk: Add SimApplication interface Andrzej Zaborowski
2010-06-23 21:25 ` Denis Kenzior [this message]
2010-06-22 11:20 ` [PATCH 5/8] stk: Forget previous command if a new one comes Andrzej Zaborowski
2010-06-22 11:20 ` [PATCH 6/8] Add a proactive command cancel notification Andrzej Zaborowski
2010-06-22 11:20 ` [PATCH 7/8] mbmmodem: Cancel running command on *STKEND Andrzej Zaborowski
2010-06-22 11:20 ` [PATCH 8/8] stk: Handle the Display Text command Andrzej Zaborowski
2010-06-23 19:36 ` [PATCH 1/8] stkutil: Refactor command parser error handling Denis Kenzior
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201006231625.47624.denkenz@gmail.com \
--to=denkenz@gmail.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.