Adds a preference allowing the user to choose between the Noto Serif and
Roboto typefaces on devices running SDK 21 or higher. Older devices
cannot use Roboto due to lack of support for polytonic Greek characters.
This commit also includes various improvements to the design of the
SettingsActivity and GreekTextView classes.
Closes #107.
We need to test a couple of things before merging in these changes:
Ensure that strong references are always retained to GreekTextView instances so that the new preference listener system works properly.
Ensure that the proper preferences are displayed on devices running various SDK versions and with different screen sizes.
Adds a preference allowing the user to choose between the Noto Serif and Roboto typefaces on devices running SDK 21 or higher. Older devices cannot use Roboto due to lack of support for polytonic Greek characters. This commit also includes various improvements to the design of the SettingsActivity and GreekTextView classes.
Closes #107.
We need to test a couple of things before merging in these changes: