Commit graph

12 commits

Author SHA1 Message Date
Olga Miller
c3917bb40d Moved the outline inset to getBounds (where float rectangle is used) and enlarged the inset
(Because e.g. "k" in "Droid Sans Mono" has very sharp corners, which were outside the active text shadow)
2017-03-11 21:07:24 +01:00
Olga Miller
68701fc5a1 Considered the outline in the text bounds calculation,
Renamed (forgotten) "border" to "outline",
Removed one "inset" call in drawShadow
2017-03-11 20:09:06 +01:00
Olga Miller
d889bb574c Re-organized activity_edit_text
(Old Android versions throw an exception if you try to set a field marked as final using reflection.)
2017-03-11 16:11:21 +01:00
Olga Miller
a2911345c5 Create result Label in EditTextActivity in onStart and update it on any change 2017-03-05 14:21:09 +01:00
Olga Miller
b5915841fb Renamed "border" to "outline"
Renamed local variables in init*Spinner in EditTextActivity
2017-03-04 16:02:17 +01:00
Olga Miller
7371ada115 Added border size to EditTextActivity 2017-03-04 15:47:30 +01:00
Olga Miller
6533062eb7 Added border (bool, size, color) to Label, added border switch to EditTextActivity, draw white border of fixed size 2017-03-04 14:48:28 +01:00
Olga Miller
39c229434e Moved version from Label to LabelCollection 2017-02-28 16:51:58 +01:00
Olga Miller
0e5df3571d Moved text size factor calculation out from LabelCollection, write to file also text size factor
MainActivity: Load TextOverlayTemplate before ModeSize is changed in CropView
2017-02-11 10:39:48 +01:00
Olga Miller
27060910f6 Added Version to Label 2017-01-30 22:11:52 +01:00
Olga Miller
7af631dae6 Implemented jumping of the activated Label inside the screen, if it was outside
(because it could be far outside after screen orientation change),

Changed the minimum for decision, whether Label is outside, to minimum of defined minimum size and one letter size,
Added TextOverlay.Position class
2017-01-04 18:00:22 +01:00
Olga Miller
6a5cf6b221 Initial commit 2017-01-03 18:32:45 +01:00