barrykn / android-cm7-bkndh1

CyanogenMod personal dirty(?) hacks repo. Actually CM10.x as well as CM7, despite the name
1 stars 0 forks source link

Simplify call detail #9

Closed barrykn closed 11 years ago

barrykn commented 11 years ago

In the call log, tapping a call (to bring up call detail) shows options for adding a new contact and for sending SMS. I may need to remove the new contact button. I absolutely need to remove the SMS button.

This affects both CM7.2 and 10.1.

barrykn commented 11 years ago

Reopening (again, fixed for CM7.2 but not yet for CM10.1; also, not tested yet).

barrykn commented 11 years ago

On one level, it kind of scares me that I've left the blacklisting option intact. However, I need to consider that (a) it's buried in a menu, (b) my user hasn't triggered it by accident (AFAIK), (c) on both CM7 & CM10 I can check whether any numbers have been placed on it (I'll do that the next time I see my user), and (d) it's something I need to leave available for future possibilities.

So, I think that means I've finished simplifying the call detail view on both CM7 & CM10 (including coding & testing). Thus, it's time to close this issue.