Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filters feature #55

Merged
merged 41 commits into from
Jul 17, 2019
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
c2889c0
Added a new argument placeholder, renamed filter to package-filter
alexzaitsev Jul 9, 2019
c22013e
Prepared for filters file parsing
alexzaitsev Jul 9, 2019
452c46c
Moved all filters to json config. Changed argument reading. FiltersRe…
alexzaitsev Jul 9, 2019
1dd6f0a
Added filters logic, started working on SmaliAnalyzer
alexzaitsev Jul 10, 2019
3c96378
Futher work on filters feature
alexzaitsev Jul 10, 2019
5d242bf
code fixes
alexzaitsev Jul 10, 2019
2efc369
moved source classes to com.alex_zaitsev.adg package, added JUnit4 su…
alexzaitsev Jul 12, 2019
fca3a5e
added tests for ArgumentReader
alexzaitsev Jul 12, 2019
5c02392
removed run task from Ant. Added tests for FiltersReader, improved te…
alexzaitsev Jul 12, 2019
442b386
Fix Gradle build (#53)
SupinePandora43 Jul 15, 2019
234cdf5
enhansed tests
alexzaitsev Jul 15, 2019
eb39b5d
Test logger is added to Gradle (#54)
SupinePandora43 Jul 15, 2019
14fe9a1
started working on SmaliAnalyzer tests
alexzaitsev Jul 15, 2019
26b3116
progress with SmaliAnalyzer tests
alexzaitsev Jul 15, 2019
382c999
moved Filter creation to separate class. Created class for testing Fi…
alexzaitsev Jul 15, 2019
6a1f651
added tests for FilterProvider.makePathFilter
alexzaitsev Jul 16, 2019
b40b503
code improvements. run scripts were adjusted to the feature changes
alexzaitsev Jul 16, 2019
570dc86
added and modified FilterProvider tests
alexzaitsev Jul 16, 2019
5a30cc0
reverted path creation in the tests
alexzaitsev Jul 16, 2019
2ee6912
improved tests
alexzaitsev Jul 16, 2019
7e5cbe2
tests
alexzaitsev Jul 16, 2019
889a51a
tests, fixed SmaliAnalyzer
alexzaitsev Jul 16, 2019
8b5aff5
modified default filterset
alexzaitsev Jul 16, 2019
ce517e0
fix tests for windows
alexzaitsev Jul 16, 2019
323da09
fix tests for windows
alexzaitsev Jul 16, 2019
216b4cf
fix tests for windows
alexzaitsev Jul 16, 2019
91977cc
fix windows tests
alexzaitsev Jul 16, 2019
10fcced
Update instructions.txt
alexzaitsev Jul 16, 2019
7ce5961
Update README.md
alexzaitsev Jul 16, 2019
611d7b7
Update README.md
alexzaitsev Jul 16, 2019
9bb8d4e
Update README.md
alexzaitsev Jul 16, 2019
e81a96a
Update README.md
alexzaitsev Jul 16, 2019
7bf218e
Update README.md
alexzaitsev Jul 16, 2019
d967e0c
Update README.md
alexzaitsev Jul 16, 2019
9336da2
updated release build
alexzaitsev Jul 16, 2019
53a2100
fix release script
alexzaitsev Jul 16, 2019
72106f5
simplified tests
alexzaitsev Jul 16, 2019
d4d4253
improved filters
alexzaitsev Jul 16, 2019
41027d0
fix tests
alexzaitsev Jul 16, 2019
4bef69d
updated version badge
alexzaitsev Jul 17, 2019
339e0a0
updated version badge
alexzaitsev Jul 17, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix release script
  • Loading branch information
alexzaitsev committed Jul 16, 2019
commit 53a210051c1edf78c6851d3b5e6880c47da27fe2
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [ $# -ne 1 ]; then
fi
gradle build
echo "var dependencies = {links:[{\"source\":\"Class A\",\"dest\":\"Class B\"},{\"source\":\"Class C\",\"dest\":\"Class B\"},]};" > gui/analyzed.js
zip -u -x .DS_Store -r "apk-dependency-graph-scripts-$1.zip" build/jar/apk-dependency-graph.jar build.xml gui/* lib/* filters/* run.bat run.sh
zip -u -x .DS_Store -r "apk-dependency-graph-scripts-$1.zip" build/jar/apk-dependency-graph.jar build.xml gui/* lib/* filters/default.json filters/instructions.txt run.bat run.sh