Sean Owen
|
58be32036a
|
Remove exception on re-setting manual camera ID; this is fine and needed for an activity handling multiple Intents
|
2014-07-30 01:17:13 +01:00 |
|
Sean Owen
|
70b02ea882
|
Log final camera params
|
2014-07-27 15:18:50 +01:00 |
|
Sean Owen
|
8158984458
|
Support multiple "to", and CC and BCC, throughout the email result API.
|
2014-07-25 22:53:17 +01:00 |
|
Sean Owen
|
db4bf8c255
|
Add check for null stream from ContentResolver when encoding
|
2014-07-14 15:17:01 +01:00 |
|
Sean Owen
|
8c93290921
|
Closes issue #184 : Add Thai translation
|
2014-07-07 08:43:09 +01:00 |
|
Sean Owen
|
6c2a9b016c
|
Touch up whitespace and other small issues from inspection
|
2014-06-28 22:34:37 +01:00 |
|
Sean Owen
|
40b48a9163
|
Apps shouldn't refer to a SNAPSHOT as they are not released in the same way. Refer to last stable build.
|
2014-06-18 16:23:43 +01:00 |
|
Sean Owen
|
5069917c99
|
Fix unescaped apostrophe in French translation
|
2014-06-08 12:09:57 -04:00 |
|
Yahoe001
|
c1fb4e58f3
|
Update strings.xml
Corrected as per Sean
|
2014-06-03 20:15:03 -04:00 |
|
Yahoe001
|
9865768b81
|
Update strings.xml
Corrected as per Sean.
|
2014-06-03 17:50:16 -04:00 |
|
Yahoe001
|
c846061b68
|
Update strings.xml
Review/correction and replacement of anglicisms in the translation
|
2014-06-03 14:14:15 -04:00 |
|
Sean Owen
|
4e80efd7b1
|
Minor updates to nickname / birthday result changes
|
2014-05-25 14:06:13 +01:00 |
|
Thomas Weißschuh
|
28b5326397
|
[android] Website, Birthday and Nickname fields
Only the first valid occurrence of Website and Birthday is used
|
2014-05-23 17:47:46 +00:00 |
|
Thomas Weißschuh
|
882f12d5fe
|
fix version of parent project in subprojects
|
2014-05-23 17:47:38 +00:00 |
|
Sean Owen
|
3a322f9fb0
|
Pull project component dependency versions into parent
|
2014-05-22 08:17:32 +01:00 |
|
Sean Owen
|
ab43ad3426
|
Fix typos in what's new
|
2014-05-22 07:56:08 +01:00 |
|
Sean Owen
|
049408e4ca
|
Suppress two Android lint warnings
|
2014-05-22 07:33:07 +01:00 |
|
Sean Owen
|
081378fe93
|
Updates for BS 4.7.0
|
2014-05-16 13:42:02 +01:00 |
|
Sean Owen
|
1b403e81db
|
Don't set FPS in main BS app, as it was for Glass and there is now a specialized Glass app
|
2014-05-16 13:10:29 +01:00 |
|
Sean Owen
|
5a07783224
|
Issue #142 : fix escaping of %f / %t
|
2014-05-10 16:19:46 +01:00 |
|
slepmog
|
a9a417636f
|
Fixed translation
|
2014-05-01 11:09:01 -07:00 |
|
slepmog
|
c27808fc24
|
Fixed translation
|
2014-05-01 10:59:41 -07:00 |
|
slepmog
|
b19a9106c9
|
Indentation wtf
|
2014-05-01 06:32:17 -07:00 |
|
slepmog
|
0b6d83ed10
|
Refactored open() into one method
|
2014-05-01 06:30:29 -07:00 |
|
slepmog
|
0d31475707
|
>= 0
|
2014-05-01 06:13:03 -07:00 |
|
slepmog
|
2b6c4ef71b
|
+ comments, >=0, IllegalStateException
|
2014-05-01 06:11:18 -07:00 |
|
slepmog
|
e19e20b5dc
|
Indentation wtf
|
2014-05-01 05:37:23 -07:00 |
|
slepmog
|
67217d4337
|
Indentation wtf
|
2014-05-01 05:36:44 -07:00 |
|
slepmog
|
5c840a5001
|
Indentation wtf
|
2014-05-01 05:34:55 -07:00 |
|
slepmog
|
f80645c110
|
Amended onResume() to read CAMERA_ID from intent
|
2014-05-01 05:28:34 -07:00 |
|
slepmog
|
e420079ad2
|
Indentation wtf
|
2014-05-01 05:24:44 -07:00 |
|
slepmog
|
6cb7147b44
|
Indentation wtf
|
2014-05-01 05:23:42 -07:00 |
|
slepmog
|
1cd8388b0c
|
Added setManualCameraId() and amended openDriver()
|
2014-05-01 05:22:06 -07:00 |
|
slepmog
|
f18b11d7d8
|
Added constant Intents.Scan.CAMERA_ID
|
2014-05-01 05:16:51 -07:00 |
|
slepmog
|
5b957c86f8
|
Added overload: open(cameraId)
|
2014-05-01 05:14:28 -07:00 |
|
Sean Owen
|
2209df1afa
|
Also bump pom to 4.6.5
|
2014-04-30 15:12:38 +01:00 |
|
Sean Owen
|
c1b1b63170
|
Refactor common code from across Android apps into module
|
2014-04-30 15:12:13 +01:00 |
|
Sean Owen
|
f309e9a4cd
|
Bump to BS 4.6.5
|
2014-04-23 12:51:27 +01:00 |
|
Sean Owen
|
e130eac0ea
|
Ensure beep MediaPlayer is released
|
2014-04-23 12:47:18 +01:00 |
|
Sean Owen
|
4050f5c2f3
|
Fix some issues flagged by Coverity static analysis
|
2014-04-22 22:20:58 +01:00 |
|
Sean Owen
|
002aa47e01
|
To be safe, avoid static DateFormat even in single-thread Android context
|
2014-04-22 18:44:17 +01:00 |
|
Sean Owen
|
a9cf1e91ec
|
Close ContentResolver InputStream
|
2014-04-22 18:40:55 +01:00 |
|
Sean Owen
|
35e13989af
|
Android apps should be on 3.0.2-SNAPSHOT now
|
2014-04-21 23:50:16 +01:00 |
|
Sean Owen
|
c2b7384286
|
Fix some Java 8 javadoc warnings
|
2014-04-13 13:11:00 +01:00 |
|
Sean Owen
|
0a65882eda
|
Fix one more javadoc error for Java 8
|
2014-03-25 18:27:02 +00:00 |
|
Sean Owen
|
fabd9f6473
|
Minimal changes to build successfully with Java 8, plus optional profile to enable it
|
2014-03-25 18:01:01 +00:00 |
|
Sean Owen
|
df4d768e23
|
Suppress some lint warnings that are ignorable
|
2014-03-23 10:41:14 +00:00 |
|
Sean Owen
|
264a49a148
|
Issue #90 : possibly relevant improvement to logic - no point in canceling the AsyncTask which will always be running at that point if it exists
|
2014-03-20 17:07:42 +04:00 |
|
Sean Owen
|
9e8a47c7e4
|
Restore missing HE strings mistakenly omitted in last commit
|
2014-03-15 19:56:09 -07:00 |
|
Sean Owen
|
330589d376
|
Remove 2 unused Android app strings
|
2014-03-15 19:40:44 -07:00 |
|