mirror of
https://github.com/revanced/smali.git
synced 2025-05-28 11:50:12 +02:00

- moved the logic in MapItem that sorts the items for the various sections from writeTo() to place(), so that the order of items aren't changed when doing a read then immediate write (for dumping) - changed the logic in makeBlankMapItem to get the map values from the MapValue enum, instead of hard coded values - added logic to the OffsettedSection so that it sorts the item list by offset after reading it in, so that they items are in the same order as in the file it just read in (for dumping) git-svn-id: https://smali.googlecode.com/svn/trunk@180 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
Description
smali/baksmali
Languages
Java
52.6%
Smali
45%
GAP
1.6%
Lex
0.4%
Ragel
0.3%