Commit graph

18 commits

Author SHA1 Message Date
vshcherb
4aa06675ce Add parser 2013-08-31 00:24:10 +02:00
vshcherb
8fb4fdcb7a Use android time utils 2013-08-17 01:24:08 +02:00
Robin Schneider
250d26749f Improved readability with printf. 2013-08-07 18:55:56 +02:00
Robin Schneider
ff42370ec7 Merge branch 'master' into fix-OpeningHoursParser 2013-08-07 18:46:29 +02:00
Nelson A. de Oliveira
8d3c8b6e9e Fix long literals ending with l
These literals may be confusing, as lowercase 'l' looks very similar to
'1'
2013-08-03 10:48:11 -03:00
Nelson A. de Oliveira
a525df7694 Fix unnecessary bitwise operations 2013-07-31 15:39:50 -03:00
Nelson A. de Oliveira
50207ec316 Remove continue and return 2013-07-31 15:24:15 -03:00
Nelson A. de Oliveira
bf05917be5 Remove redundant local variables 2013-07-31 15:22:39 -03:00
Nelson A. de Oliveira
1bdb389eae Fix pointless aithmetic expressions 2013-07-31 15:14:11 -03:00
Nelson A. de Oliveira
61699455e5 Replace StringBuffer with String
These may be replaced with java.lang.String expressions which results in
simpler and possibly more efficient code
2013-07-31 15:09:37 -03:00
Robin Schneider
ec5d0287bf OpeningHoursParser cleanup. 2013-07-30 21:28:19 +02:00
Robin Schneider
989dd8bc09 Added length test to avoid exception.
java.lang.StringIndexOutOfBoundsException: String index out of range
2013-07-25 22:16:45 +02:00
Robin Schneider
3f963b511f Fixed problem with OpeningHoursParser.
The parser did not distinguish between "off" (valid in opening_hours)
and "of".
2013-07-23 22:48:30 +02:00
fp
20db3ea1b3 Expand OpeningHours with Month
Now the OpeningHoursParser can handle Strings like:
Mar-Sep:08:00-20:00;Oct-Feb:09:00-16:00
2013-06-25 12:11:58 +02:00
sonora
addc32965a simplify haversine formula 2013-06-18 11:00:26 +02:00
axin
7d9ee09e3c added test cases for day wrap in opening hours 2013-05-09 23:47:39 +02:00
axin
96dc5f5291 corrected handling of day wrap in opening_hours 2013-05-09 14:59:53 +02:00
Victor Shcherb
7bc162a878 Move OsmAnd java core project back to android repository for maintainance reasons 2013-04-18 23:35:20 +02:00