Baumchen wrote:As for the delete: Swipe to the left on that cell, then you can delete this entry.


Moderators: Fons, avij, Phaseolus
Baumchen wrote:As for the delete: Swipe to the left on that cell, then you can delete this entry.
Well, learning never stops, eh?lmviterbo wrote:Baumchen wrote:As for the delete: Swipe to the left on that cell, then you can delete this entry.Ouch, that should have been obvious to me. I guess it's already the burden of my 53 years of age…
Yes, the error code was added when EBT was made Europa-capable back in May 2013. I don't remember if the addition was specifically announced or not, but in any case, apps should not end up in a situation where they get that error code from the API. The applications should check that the user uses a correct denomination.Baumchen wrote:Looks like either we missed this API callback before or it was added after we implemented it. Looks like there's a special error code for that now.
Code: Select all
$europa_printers_by_denom = array(
"5" => [ "M", "N", "S", "T", "U", "V", "Y", "Z" ],
"10" => [ "E", "N", "P", "S", "T", "U", "V", "X", "Y", "Z" ],
"20" => [ "E", "M", "N", "R", "S", "U", "V", "W", "X", "Z" ]
);
At the moment EBT supports Z as the 2nd character for N, S and X notes only. Of those, NZ and XZ notes have been entered to EBT. Nobody has seen SZ notes yet in the wild, but there is reason to believe such notes exist.Baumchen wrote:It now supports XZ, R[A-FZ] and W[A-FZ].
Support will be added in v1.13 (currently uploaded to Apple).xja wrote:Hi there,
I could not enter M/MAin the app with validation turned on.
I thought it was fixed.
Bye!
Have you tried not setting any credentials in Info > EBT Login (Clear Login Data), instead just try uploading notes and you will be asked for your credentials? Which iOS Version is installed on your device?YCNZ wrote:Hi. I did a format on my iphone and reinstalled the app, however, although it dowloaded and initialized properly, it will not accept my log in details. It will let me enter my username and password, however it will never log in, and will not let me register any notes.
It worked perfectly before the phone format.
Any ideas?
Thanks for your help.
Thanks, we're working on it.xja wrote:Hi, I just updated to iOS 11 and I consistently have iEBT crash when trying to enter a note with custom keyboards turned on.
It looks like the crash happens when I enter the first one or two letters and then switches to the numeric keypad.
If I use the standard keyboard it works just fine.
If you want I can send you the crash log.
Bye.
Yep working on that too, thanks.avij wrote:While you're at it, please have a look at this notice to developers using the EBT API (posted a year ago).
ThanksBaumchen wrote:also it'll use "https" for all connections to "eurobilltracker.com".