|
| 1 | +# Changelog v114 1.1 |
| 2 | + |
| 3 | +* Added formatting support for TextItem. The ColorUtil.colorize(...) function is used. Example: Hello $[-#ffffff;=#000000;@bolditalic]Worl$[||]d |
| 4 | + - new system added: $[||] - reset all |
| 5 | + |
| 6 | +* Add 'What's new' button to AboutFragment |
| 7 | +* Add Release Time to AboutFragment |
| 8 | +* New filter-system. Now available 3 filter types: |
| 9 | + - Date - current time filter |
| 10 | + - LogicContainer - container of other filters with logic settings |
| 11 | + - ItemStat - filter the current statistics of item. For example, the number of active items (specified for FilterGroup) |
| 12 | + The current state of the filter is now displayed by the color of the buttons |
| 13 | + |
| 14 | +* FilterGroup now support Tick behavior |
| 15 | +* CycleList now support 2 new types of Tick behavior |
| 16 | +* New time format setting at the top of the screen |
| 17 | + |
| 18 | +* Fixes bugs: |
| 19 | + - Data break while importing data from oldest version |
| 20 | + - Memory leaks while ticks |
| 21 | + - Notifications were not sent when the application was closed |
| 22 | + |
| 23 | +# Technical changes |
| 24 | +* Data version now is 9 |
| 25 | +* Import version now is 3 |
| 26 | + |
| 27 | +* Uses new data format: Cherry(JSON wrap) & CherryOrchard(JSONArray wrap) |
| 28 | +* Fix translates |
| 29 | +* Cleanup oldest FeatureFlags |
| 30 | +* Advanced debug tools |
| 31 | +* Refactoring: rename IE_TOOL -> Codec |
| 32 | +* Fixing selection crunches & bugs. And move selection to SelectionManager |
| 33 | +* ImportExport now use DataFixer for fixing imports generated in old version: |
| 34 | + ImportExport now a 3 version! |
| 35 | + Root JSON object new fields: |
| 36 | + dataVersion |
| 37 | + applicationVersion |
| 38 | + applicationVersionData - JSON object like as files/version file! |
| 39 | + New Error system |
| 40 | + |
| 41 | +* Move GUI-only variables from registry's to EnumsRegistry(GUI-only): nameResId |
| 42 | +* Fix ItemNotifications calls to AlarmManager (added permissions to AndroidManifest.xml and set unique PendingIntent:requestCode) |
| 43 | +* PinCodeManager: add comment to head of 'pcb' file |
| 44 | +* Selections logic moved to SelectionManager from ItemManager |
| 45 | + - More fixes in Selection system |
| 46 | +* ItemManager now can be destroyed |
| 47 | +* ItemsStorage: add isEmpty() |
| 48 | +* Optimize auto-saves |
| 49 | +* OnItemsStorageCallback onDeleted(...) -> onPreDeleted(...) and new onPostDeleted(...) |
| 50 | +* Item: |
| 51 | + - Added ItemCallback (for Selection fixes) |
| 52 | + - Add ItemStat |
| 53 | +* CycleListItem: added new TickBehaviors: NOT_CURRENT, NOTHING |
| 54 | +* FilterGroupItem: added TickBehavior! ACTIVE, NOT_ACTIVE, NOTHING, ALL |
| 55 | +* Add ItemType enum for ItemInfo in ItemsRegistry |
| 56 | +* TextItem: added boolean 'paragraphColorize': Apply ColorUtil.colorize for getText() |
| 57 | + - ColorUtil.colorize new system: $[||] for reset all |
| 58 | + |
| 59 | +* Tab fixes |
| 60 | +* Fixing tick-system and fix Tick memory leaks. New TickThread |
| 61 | +* Fixing memory usage for filters tick (FitEquip.recycle()) |
| 62 | + |
| 63 | +* Debug changes: |
| 64 | + - new tab type: Debug202305RandomTab |
| 65 | + - new tab on Toolbar: DEBUG |
0 commit comments