| implementation 'org.greenrobot:eventbus:3.2.0' | ||
| - // Configuration | ||
| + // Configuration: Update Workspace to use Jackson, instead could shave ~800kb | ||
| implementation 'org.apache.commons:commons-configuration2:2.7' | ||
| implementation 'commons-beanutils:commons-beanutils:1.9.4' |
| private Object unmarshall( | ||
| final Property<?> property, final Object configValue ) { | ||
| - String setting = configValue.toString(); | ||
| - | ||
| - // TODO: #118 - Font upgrade, which can be removed in a few releases. | ||
| - if( setting.equalsIgnoreCase( "Source Serif Pro" ) ) { | ||
| - setting = "Source Serif 4"; | ||
| - } | ||
| + final var setting = configValue.toString(); | ||
| return UNMARSHALL |
| Author | DaveJarvis <email> |
|---|---|
| Date | 2021-04-10 00:34:34 GMT-0700 |
| Commit | 599bb7d93ff3f7f32561754a986701b4d2385b8c |
| Parent | e4b0d73 |
| Delta | 2 lines added, 7 lines removed, 5-line decrease |