dsolonenko / financisto

Financisto - open-source personal finance tracker for Android
http://financisto.com
GNU General Public License v2.0
151 stars 75 forks source link

Update SmsReceive: Deal with fixed number addition random number context #124

Open hongnod opened 4 years ago

hongnod commented 4 years ago

Some SMS number will append random number on a fixed number, so save the fixed part ,if fixed part matches, process the transition.

yetanothercoder commented 4 years ago

it can break existing functionality: consider you have 2 sms templates for 900 tel number and for 9001 - then the 9001 one can never be selected and 900 will be always triggered instead.

hongnod commented 4 years ago

Yes, that case has such problem. but in reality, we don't have such kind of number.if actually has, define 9001 template as another 900 is enough.

hongnod commented 4 years ago

127 post a new request, maybe fix this case.