Fixed
Details
Priority
MajorAssignee
Guus der KinderenGuus der KinderenReporter
Guus der KinderenGuus der KinderenAffects versions
Fix versions
Components
Details
Details
Priority
Assignee
Guus der Kinderen
Guus der KinderenReporter
Guus der Kinderen
Guus der KinderenAffects versions
Fix versions
Components
Created July 22, 2017 at 10:29 PM
Updated March 11, 2019 at 11:10 AM
Resolved July 23, 2017 at 10:20 AM
The Spark source code now contains a number of emoticon packages, which are zip archives. Modification of those packages is cumbersome. A developer needs to:
unzip
apply changes
zip
Additionally, version control isn't really useful, as changes to zipped/binary files are hard to visualize.
Instead, the source code should simply contain the uncompressed files. The archives should be created by the build process, and not be part of the source code.