Closed GoogleCodeExporter closed 8 years ago
Wow, I really think it was done that way before (checking the suffix)... We'll
definitely fix it.
Original comment by martin.adamek
on 15 Mar 2010 at 7:15
Checking was explictly removed for some code optimisation. You removed suffix
from
apn field only, but, when restroing apns, APNdroid selects apns that have
suffix in
apn field and a type field. I'm not sure if this really need, to perform this
check
(after all using APNdroid you make a choice of automatic APN management).
We can make the following thing: make a selection of modified apn entries only
by one
field - for example apn and remove without any checks the end of the string
with the
lenght of suffix.
Original comment by zeldigas
on 15 Mar 2010 at 7:57
added checking of suffix before truncating it.
Original comment by zeldigas
on 16 Mar 2010 at 9:29
Original issue reported on code.google.com by
RayDar.R...@gmail.com
on 15 Mar 2010 at 6:14