repowiserepowise
Sign in
baneeishaque/ApkInfoExtractor
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisebaneeishaque/ApkInfoExtractor

Commits

Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.

Needs review

15of 45 scored

15 commits sit in this repo's top risk tercile, which is 33% of the 45scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 6.6 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.

Fix commits12%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.13bitsShannon entropy of a commit's churn across its files. Zero is a single file, and every extra bit is a doubling of how widely the change spread.Review threshold6.6out of 10Score a commit has to clear to land in this repo's top tercile.

How the work changed shape

Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.

Began feature-led, now leaning other.

Feature42%
Fix2%
Refactor7%
Docs2%
Chore7%
Other40%

Review-priority queue

Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.

Commit review-priority queue
#CommitAuthorWhenLinesRiskTop driver
1
e4492b97rich function tableview & core extract ablity
vince-styling
12y ago+1.1K -219
99%Elevated
more lines added than baseline
2
73bb3fc2implement OnResize listener then use main content Node to fill up remaining size. beautify all ui effects.
vince-styling
12y ago+657 -407
96%Elevated
more lines added than baseline
3
33b60e9dadd object-orient db
vince-styling
12y ago+814 -0
96%Elevated
more lines added than baseline
4
dd2752e7export parser result to xml, excel, sql.
vince-styling
12y ago+715 -288
92%Elevated
more lines added than baseline
5
9e8032c8turn three export operations to distinct thread, add ProgressBar to inform the rate of progress, use new page to show the process result, allow user to open the output file and back to export wizard page.
vince-styling
12y ago+492 -240
90%Elevated
more lines added than baseline
6
fcbaa128add license to all files
vince-styling
12y ago+382 -15
88%Elevated
more lines added than baseline
7
40d4a6acadd recent solutions ListView to splash page. modify ApkInfo about labels and icons collection's operation.
vince-styling
12y ago+337 -88
86%Elevated
more lines added than baseline
8
dcb3a35eadd packager.sh shell to execute all provided build goal.
vince-styling
12y ago+133 -0
82%Elevated
more lines added than baseline
9
ae8efc8badd delete button with rows. all table's change would sync to database.
vince-styling
12y ago+147 -55
82%Elevated
more lines added than baseline
10
499e850fintroducton of development
vince-styling
12y ago+140 -15
79%Elevated
more lines added than baseline
11
189b520erebuild the soruce code structure followed by maven&zenjava-javafx style
vince-styling
12y ago+209 -73
77%Elevated
more lines added than baseline
12
7e6f17deadd standalone empty maven-project to packed entire application files into one jar.
vince-styling
12y ago+100 -0
74%Elevated
more lines added than baseline
13
4332efe8add prepare requirement to release the aapt tool to the working directory every startup time.
vince-styling
12y ago+64 -20
72%Elevated
more lines added than baseline
14
5db0c552move unzip operation to GlobalUtil.java
vince-styling
12y ago+42 -62
70%Elevated
more lines added than baseline
15
ae90c9acbeautify ui : add translucent background & radius border with export wizard dialog
vince-styling
12y ago+33 -21
68%Elevated
more lines added than baseline
16
ba9013faenable sub-directory for apk directory.
vince-styling
12y ago+32 -40
66%Typical
more lines added than baseline
17
a7fcf4d6release aapt tool by running platform.
vince-styling
12y ago+36 -8
63%Typical
more lines added than baseline
18
7a7b578cadd three choice[user.home|user.dir|source.path] for working directory.
vince-styling
12y ago+30 -4
61%Typical
more lines added than baseline
19
7b0c23cbadd experience describe part
vince-styling
12y ago+27 -0
59%Typical
more lines added than baseline
20
08754c55exclude the ICON field output.
vince-styling
12y ago+21 -9
57%Typical
more lines added than baseline
21
f6dd9c9fadd 'Open The Output Directory' button to launch page.
vince-styling
12y ago+22 -1
54%Typical
more lines added than baseline
22
4dc1d464maven remove assembly plugin, use zenjava javafx plugin as builder.
vince-styling
12y ago+17 -49
52%Typical
more lines added than baseline
23
b951bea4move install application jar operation from standalone pom into packager.sh
vince-styling
12y ago+18 -33
50%Typical
more lines added than baseline
24
536ab3b3used ProcessBuilder replace Runtime.exec to solve file path contain illegal chars problem, this solution worked in three platforms.
vince-styling
12y ago+14 -13
48%Typical
more lines added than baseline
25
a49f3f45Add .whitesource configuration file
whitesource-bolt-for-github[bot]
4y ago+13 -0
46%Typical
more lines added than baseline
26
2bd37939make solution apk directory real and prompt user to choose that when they create solution.
vince-styling
12y ago+14 -6
43%Typical
more lines added than baseline
27
a107a59bshow the file chooser when mouse click the apks directory input field.
vince-styling
12y ago+12 -3
41%Typical
more lines added than baseline
28
24c8d73csolved label column multiple values didn't export right one problem & clear all icons when process done.
vince-styling
12y ago+9 -2
39%Typical
fewer lines added than baseline
29
73b78634rewrite the README.md, add about the application
vince-styling
12y ago+8 -11
37%Typical
fewer lines added than baseline
30
8d1db3eafix windows charset problem, use utf-8 as default charset in every platforms.
vince-styling
12y ago+5 -5
34%Typical
fewer lines added than baseline
31
5e6c87aadiscard default font setting
vince-styling
12y ago+5 -6
31%Below typical
fewer lines added than baseline
32
59cab5bbadjust platforms default font collection
vince-styling
12y ago+5 -5
31%Below typical
fewer lines added than baseline
33
5969d285file path surround by quotes to avoid it contain invalid space chars.
vince-styling
12y ago+4 -3
28%Below typical
fewer lines added than baseline
34
22382dd0SDKMAN Integration
Banee Ishaque K
4y ago+3 -0
26%Below typical
fewer lines added than baseline
35
0ccd529fchange "build" quote to "release".
vince-styling
12y ago+2 -2
23%Below typical
fewer lines added than baseline
36
c21f17e8Update .whitesource
Banee Ishaque K
4y ago+2 -2
21%Below typical
fewer lines added than baseline
37
acdd488alet the recent solution view always visible.
vince-styling
12y ago+2 -5
19%Below typical
fewer lines added than baseline
38
2643783ejavafx-maven-plugin version upfdate
Banee Ishaque K
4y ago+1 -1
17%Below typical
fewer lines added than baseline
39
57cf23b9adjust excel column font size.
vince-styling
12y ago+1 -1
14%Below typical
fewer lines added than baseline
40
8ed06699modify the introduction
vince-styling
12y ago+1 -1
10%Below typical
fewer lines added than baseline
41
86bc317fpackager pack case include versionName for final .tar.gz
vince-styling
12y ago+1 -1
10%Below typical
fewer lines added than baseline
42
b35d21a5add pom source encoding
vince-styling
12y ago+1 -0
10%Below typical
fewer lines added than baseline
43
86b11354add gitkeep to commit empty directories
vince-styling
12y ago+0 -0
4%Below typical
fewer lines added than baseline
44
62557eb5add three platform aapt tools, remove default aapt file.
vince-styling
12y ago+0 -0
4%Below typical
fewer lines added than baseline
45
2850b56achange logo
vince-styling
12y ago+0 -0
1%Below typical
fewer lines added than baseline
  • e4492b97rich function tableview & core extract ablity
    Author
    vince-styling
    When
    12y ago
    Lines
    +1.1K -219
    Risk
    99%Elevated
  • 73bb3fc2implement OnResize listener then use main content Node to fill up remaining size. beautify all ui effects.
    Author
    vince-styling
    When
    12y ago
    Lines
    +657 -407
    Risk
    96%Elevated
  • 33b60e9dadd object-orient db
    Author
    vince-styling
    When
    12y ago
    Lines
    +814 -0
    Risk
    96%Elevated
  • dd2752e7export parser result to xml, excel, sql.
    Author
    vince-styling
    When
    12y ago
    Lines
    +715 -288
    Risk
    92%Elevated
  • 9e8032c8turn three export operations to distinct thread, add ProgressBar to inform the rate of progress, use new page to show the process result, allow user to open the output file and back to export wizard page.
    Author
    vince-styling
    When
    12y ago
    Lines
    +492 -240
    Risk
    90%Elevated
  • fcbaa128add license to all files
    Author
    vince-styling
    When
    12y ago
    Lines
    +382 -15
    Risk
    88%Elevated
  • 40d4a6acadd recent solutions ListView to splash page. modify ApkInfo about labels and icons collection's operation.
    Author
    vince-styling
    When
    12y ago
    Lines
    +337 -88
    Risk
    86%Elevated
  • dcb3a35eadd packager.sh shell to execute all provided build goal.
    Author
    vince-styling
    When
    12y ago
    Lines
    +133 -0
    Risk
    82%Elevated
  • ae8efc8badd delete button with rows. all table's change would sync to database.
    Author
    vince-styling
    When
    12y ago
    Lines
    +147 -55
    Risk
    82%Elevated
  • 499e850fintroducton of development
    Author
    vince-styling
    When
    12y ago
    Lines
    +140 -15
    Risk
    79%Elevated
  • 189b520erebuild the soruce code structure followed by maven&zenjava-javafx style
    Author
    vince-styling
    When
    12y ago
    Lines
    +209 -73
    Risk
    77%Elevated
  • 7e6f17deadd standalone empty maven-project to packed entire application files into one jar.
    Author
    vince-styling
    When
    12y ago
    Lines
    +100 -0
    Risk
    74%Elevated
  • 4332efe8add prepare requirement to release the aapt tool to the working directory every startup time.
    Author
    vince-styling
    When
    12y ago
    Lines
    +64 -20
    Risk
    72%Elevated
  • 5db0c552move unzip operation to GlobalUtil.java
    Author
    vince-styling
    When
    12y ago
    Lines
    +42 -62
    Risk
    70%Elevated
  • ae90c9acbeautify ui : add translucent background & radius border with export wizard dialog
    Author
    vince-styling
    When
    12y ago
    Lines
    +33 -21
    Risk
    68%Elevated
  • ba9013faenable sub-directory for apk directory.
    Author
    vince-styling
    When
    12y ago
    Lines
    +32 -40
    Risk
    66%Typical
  • a7fcf4d6release aapt tool by running platform.
    Author
    vince-styling
    When
    12y ago
    Lines
    +36 -8
    Risk
    63%Typical
  • 7a7b578cadd three choice[user.home|user.dir|source.path] for working directory.
    Author
    vince-styling
    When
    12y ago
    Lines
    +30 -4
    Risk
    61%Typical
  • 7b0c23cbadd experience describe part
    Author
    vince-styling
    When
    12y ago
    Lines
    +27 -0
    Risk
    59%Typical
  • 08754c55exclude the ICON field output.
    Author
    vince-styling
    When
    12y ago
    Lines
    +21 -9
    Risk
    57%Typical
  • f6dd9c9fadd 'Open The Output Directory' button to launch page.
    Author
    vince-styling
    When
    12y ago
    Lines
    +22 -1
    Risk
    54%Typical
  • 4dc1d464maven remove assembly plugin, use zenjava javafx plugin as builder.
    Author
    vince-styling
    When
    12y ago
    Lines
    +17 -49
    Risk
    52%Typical
  • b951bea4move install application jar operation from standalone pom into packager.sh
    Author
    vince-styling
    When
    12y ago
    Lines
    +18 -33
    Risk
    50%Typical
  • 536ab3b3used ProcessBuilder replace Runtime.exec to solve file path contain illegal chars problem, this solution worked in three platforms.
    Author
    vince-styling
    When
    12y ago
    Lines
    +14 -13
    Risk
    48%Typical
  • a49f3f45Add .whitesource configuration file
    Author
    whitesource-bolt-for-github[bot]
    When
    4y ago
    Lines
    +13 -0
    Risk
    46%Typical
  • 2bd37939make solution apk directory real and prompt user to choose that when they create solution.
    Author
    vince-styling
    When
    12y ago
    Lines
    +14 -6
    Risk
    43%Typical
  • a107a59bshow the file chooser when mouse click the apks directory input field.
    Author
    vince-styling
    When
    12y ago
    Lines
    +12 -3
    Risk
    41%Typical
  • 24c8d73csolved label column multiple values didn't export right one problem & clear all icons when process done.
    Author
    vince-styling
    When
    12y ago
    Lines
    +9 -2
    Risk
    39%Typical
  • 73b78634rewrite the README.md, add about the application
    Author
    vince-styling
    When
    12y ago
    Lines
    +8 -11
    Risk
    37%Typical
  • 8d1db3eafix windows charset problem, use utf-8 as default charset in every platforms.
    Author
    vince-styling
    When
    12y ago
    Lines
    +5 -5
    Risk
    34%Typical
  • 5e6c87aadiscard default font setting
    Author
    vince-styling
    When
    12y ago
    Lines
    +5 -6
    Risk
    31%Below typical
  • 59cab5bbadjust platforms default font collection
    Author
    vince-styling
    When
    12y ago
    Lines
    +5 -5
    Risk
    31%Below typical
  • 5969d285file path surround by quotes to avoid it contain invalid space chars.
    Author
    vince-styling
    When
    12y ago
    Lines
    +4 -3
    Risk
    28%Below typical
  • 22382dd0SDKMAN Integration
    Author
    Banee Ishaque K
    When
    4y ago
    Lines
    +3 -0
    Risk
    26%Below typical
  • 0ccd529fchange "build" quote to "release".
    Author
    vince-styling
    When
    12y ago
    Lines
    +2 -2
    Risk
    23%Below typical
  • c21f17e8Update .whitesource
    Author
    Banee Ishaque K
    When
    4y ago
    Lines
    +2 -2
    Risk
    21%Below typical
  • acdd488alet the recent solution view always visible.
    Author
    vince-styling
    When
    12y ago
    Lines
    +2 -5
    Risk
    19%Below typical
  • 2643783ejavafx-maven-plugin version upfdate
    Author
    Banee Ishaque K
    When
    4y ago
    Lines
    +1 -1
    Risk
    17%Below typical
  • 57cf23b9adjust excel column font size.
    Author
    vince-styling
    When
    12y ago
    Lines
    +1 -1
    Risk
    14%Below typical
  • 8ed06699modify the introduction
    Author
    vince-styling
    When
    12y ago
    Lines
    +1 -1
    Risk
    10%Below typical
  • 86bc317fpackager pack case include versionName for final .tar.gz
    Author
    vince-styling
    When
    12y ago
    Lines
    +1 -1
    Risk
    10%Below typical
  • b35d21a5add pom source encoding
    Author
    vince-styling
    When
    12y ago
    Lines
    +1 -0
    Risk
    10%Below typical
  • 86b11354add gitkeep to commit empty directories
    Author
    vince-styling
    When
    12y ago
    Lines
    +0 -0
    Risk
    4%Below typical
  • 62557eb5add three platform aapt tools, remove default aapt file.
    Author
    vince-styling
    When
    12y ago
    Lines
    +0 -0
    Risk
    4%Below typical
  • 2850b56achange logo
    Author
    vince-styling
    When
    12y ago
    Lines
    +0 -0
    Risk
    1%Below typical
Showing 45 of 45 commits

How the score behaves here

Change risk →

Two views of the same model: where the cuts fall, and what commit shape lands you above them.

Score distribution

Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.

04typical ↑elevated ↑0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 45 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.

1101001,000Lines changed (log) →0.04.5Diffusion →
Below typical15
Typical15
Elevated15

Commit history for baneeishaque/ApkInfoExtractor

baneeishaque/ApkInfoExtractor has 47 commits in its history from 4 contributors, the first of them May 22, 2014. No file in the repository changed in the last 90 days. Every commit is scored for change risk from its size, spread and the history of the files it touches.