|
| 1 | +# Changelog v130 1.1.4 (2023.06.17) |
| 2 | +# News |
| 3 | +* New item: MathGame |
| 4 | + This is a random math exercise generator with a keyboard for entering the answer |
| 5 | + |
| 6 | +* New formatting system: size. $[S20] - size=20 |
| 7 | +* New fragment: ItemTextEditor. Replaced the text editing dialog. |
| 8 | + |
| 9 | +* Changelog now use formatting: $[@bold]Hello!$[||] |
| 10 | +* Changelog now is Fragment instead of Activity |
| 11 | + |
| 12 | +* CrashReportActivity added "Send to developer" button if send anonymous statistic disabled |
| 13 | + |
| 14 | +* Settings resorted & enchanted |
| 15 | + |
| 16 | +# Fixes |
| 17 | +* ColorHistoryManager uses less RAM |
| 18 | +* Improved Update Checker |
| 19 | +* The name of the initial tab is now translated into the user's language |
| 20 | +* Resuming sending notifications after restarting the device |
| 21 | +* Import: now importing from a higher version is not possible |
| 22 | +* Crash-notification fixed |
| 23 | +* Fix translates |
| 24 | +* Fix shadow-link while transform any ContainerItem to FilterGroupItem |
| 25 | +* The length of the PIN code is now limited to 10 characters |
| 26 | +* The tab name length is now limited to 35 characters |
| 27 | +* Formatting now show $ if it is not in the system ($[]) |
| 28 | +* Fixed potential crashes in itemEditor |
| 29 | +* Fix double-notify bug when first notify sent in app background |
| 30 | +* Fixes internal errors when item with notifications deleted |
| 31 | + |
| 32 | +# Other |
| 33 | +* Transform dialog now show only allowed items |
| 34 | +* SetupActivity now contains theme selector |
| 35 | +* QuickNote long press to send button now open settings.quickNoteType dialog |
| 36 | +* When the CheckBox is clicked, tick is called instantly (for FilterGroup updates) |
| 37 | +* Not working vibration deleted from ItemNotification's |
| 38 | +* Added CrashReportContext for CrashReport |
| 39 | + |
| 40 | +# Technical |
| 41 | +* DATA_VERSION now is 10 (MathGameItem, DataFixer nothing to fix) |
| 42 | +* added ActivitySettings to MainActivity |
| 43 | +* Fragments About, Settings, Import, Changelog and ItemTextEditor now use android toolbar |
| 44 | +* Unnecessary FeatureFlags removed |
| 45 | +* New comments в CrashReport |
| 46 | +* Changed Item policy: item-ID now generated in ItemsRoot |
| 47 | +* Settings QuickNoteType dialog now show only allowed items(check required featureFlags) |
| 48 | +* Fix selections item foreground |
| 49 | +* Selected items now in previewMode |
| 50 | +* added UINotification to MainActivity |
| 51 | +* Logger now use formatting & UI Logs viewer added background preference |
| 52 | +* Toolbar->Debug perfectly |
| 53 | +* DeleteItemsFragment now use RecyclerView |
| 54 | +* ItemsRootEditorFragment: path now correctly |
| 55 | +* Update ViewPager2 on tab click |
| 56 | +* TimeUtil getDebugDate() now use Locale.UK & EE instead of EEEE |
| 57 | +* RandomUtil now uses OptionalField |
| 58 | +* NetworkUtil support DEBUG_CONTENTS |
| 59 | +* Translate files now sorted alphabetically by keys |
| 60 | +* Added UINotification's system for MainActivity |
| 61 | +* TickThread restart if it dead (added Validator for OptionalFiled) |
| 62 | +* Use OptionalField in RandomUtil, TimeUtil |
| 63 | +and more fixes and changes... |
0 commit comments