-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall_in_one.txt
241 lines (191 loc) · 12.7 KB
/
all_in_one.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
style.xsl
<?xml version="1.0" encoding="UTF-8"?>
<html xsl:version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<body style="font-family:Calibri; font-size:10pt;">
<h1 id="top" style="font-family:Gill Sans, sans-serif;">Installed Apps</h1>
<xsl:for-each select="InstalledApps/meta">
<div style="margin-top:2em; margin-bottom:4em; font-size:10pt">
<table border="0">
<tr>
<th style="text-align:left; padding:10px; font-size:80%">Generated:</th>
<td style="text-align:left; padding:10px; font-size:80%"><xsl:value-of select="ListGenerated"/></td>
</tr>
<tr>
<th style="text-align:left; padding:10px; font-size:80%">Total:</th>
<td style="text-align:left; padding:10px; font-size:80%"><xsl:value-of select="TotalNumberOfInstalledApps"/> apps</td>
</tr>
</table>
</div>
</xsl:for-each>
<div style="text-align:right; font-size:80%"><a href="#bottom">Bottom</a></div>
<ol>
<xsl:for-each select="InstalledApps/App">
<div style="margin-top:6em; margin-bottom:9em; margin-left:20px; font-size:10pt">
<li><h2> <xsl:value-of select="Name"/></h2></li>
<ul style="list-style-type:none">
<table style="border-collapse:collapse; width:99%">
<tr style="background-color:#cccccc">
<th style="text-align:left; padding:14px; width:20%">Comment</th>
<td style="text-align:left; padding:14px"><xsl:value-of select="Comment"/></td>
</tr>
<tr style="background-color:white">
<th style="text-align:left; padding:14px">Data Directory</th>
<td style="text-align:left; padding:14px"><xsl:value-of select="DataDirectory"/></td>
</tr>
<tr style="background-color:#cccccc">
<th style="text-align:left; padding:14px">First Installed</th>
<td style="text-align:left; padding:14px"><xsl:value-of select="FirstInstalled"/></td>
</tr>
<tr style="background-color:white">
<th style="text-align:left; padding:14px">Last Updated</th>
<td style="text-align:left; padding:14px"><xsl:value-of select="LastUpdated"/></td>
</tr>
<tr style="background-color:#cccccc">
<th style="text-align:left; padding:14px">Market ID</th>
<td style="text-align:left; padding:14px"><xsl:value-of select="MarketID"/></td>
</tr>
<tr style="background-color:white">
<th style="text-align:left; padding:14px">Market Link</th>
<td style="text-align:left; padding:14px"><a href="{MarketLink}"><xsl:value-of select="MarketLink"/></a></td>
</tr>
<tr style="background-color:#cccccc">
<th style="text-align:left; padding:14px">Name</th>
<td style="text-align:left; padding:14px"><xsl:value-of select="Name"/></td>
</tr>
<tr style="background-color:white">
<th style="text-align:left; padding:14px">Package Name</th>
<td style="text-align:left; padding:14px"><xsl:value-of select="PackageName"/></td>
</tr>
<tr style="background-color:#cccccc">
<th style="text-align:left; padding:14px">Tags</th>
<td style="text-align:left; padding:14px"><xsl:value-of select="Tags"/></td>
</tr>
<tr style="background-color:white">
<th style="text-align:left; padding:14px">Target SDK</th>
<td style="text-align:left; padding:14px"><xsl:value-of select="TargetSDK"/></td>
</tr>
<tr style="background-color:#cccccc">
<th style="text-align:left; padding:14px">UID</th>
<td style="text-align:left; padding:14px"><xsl:value-of select="UID"/></td>
</tr>
<tr style="background-color:white">
<th style="text-align:left; padding:14px">Version</th>
<td style="text-align:left; padding:14px"><xsl:value-of select="Version"/></td>
</tr>
<tr style="background-color:#cccccc">
<th style="text-align:left; padding:14px">Version Code</th>
<td style="text-align:left; padding:14px"><xsl:value-of select="VersionCode"/></td>
</tr>
<tr style="background-color:white">
<th style="text-align:left; padding:14px">www</th>
<td style="text-align:left; padding:14px"><a href="{www}"><xsl:value-of select="www"/></a></td>
</tr>
<tr style="background-color:#cccccc">
<th style="text-align:left; padding:14px">Google Store</th>
<td style="text-align:left; padding:14px"><a href="{GoogleStore}"><xsl:value-of select="GoogleStore"/></a></td>
</tr>
<tr style="background-color:white">
<th style="text-align:left; padding:14px">F-Droid</th>
<td style="text-align:left; padding:14px"><a href="{FDroid}"><xsl:value-of select="FDroid"/></a></td>
</tr>
<tr style="background-color:#cccccc">
<th style="text-align:left; padding:14px">Search (Google)</th>
<td style="text-align:left; padding:14px"><a href="{SearchGoogle}"><xsl:value-of select="SearchGoogle"/></a></td>
</tr>
<tr style="background-color:white">
<th style="text-align:left; padding:14px">DuckDuckGo</th>
<td style="text-align:left; padding:14px"><a href="{DuckDuckGo}"><xsl:value-of select="DuckDuckGo"/></a></td>
</tr>
</table>
</ul>
</div>
<div style="text-align:right; font-size:80%"><a href="#bottom">Bottom</a> | <a href="#top">Top</a></div>
</xsl:for-each>
</ol>
<div style="text-align:right; font-size:80%"><a href="#top">Top</a></div>
<xsl:for-each select="InstalledApps/meta_2">
<div style="margin-top:4em; margin-bottom:1em; font-size:10pt">
<table id="bottom" border="0">
<tr>
<th style="text-align:left; padding:10px; font-size:80%">List Created With:</th>
<td style="text-align:left; padding:10px; font-size:80%"><a href="{ListAppStoreLink}"><xsl:value-of select="ListCreatedWith"/></a></td>
</tr>
<tr>
<th style="text-align:left; padding:10px; font-size:80%">Template Source:</th>
<td style="text-align:left; padding:10px; font-size:80%"><a href="{TemplateSource}"><xsl:value-of select="TemplateSource"/></a></td>
</tr>
<tr>
<th style="text-align:left; padding:10px; font-size:80%">Generated:</th>
<td style="text-align:left; padding:10px; font-size:80%"><xsl:value-of select="ListGenerated_2"/></td>
</tr>
<tr>
<th style="text-align:left; padding:10px; font-size:80%">Total:</th>
<td style="text-align:left; padding:10px; font-size:80%"><xsl:value-of select="TotalNumberOfInstalledApps_2"/> apps</td>
</tr>
</table>
</div>
</xsl:for-each>
</body>
</html>
File Header (file_header.txt):
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="style.xsl" ?>
<InstalledApps>
<meta>
<ListGenerated>${now}</ListGenerated>
<TotalNumberOfInstalledApps>${count}</TotalNumberOfInstalledApps>
</meta>
Body (body.txt):
<App id="${packagename}">
<Name>${displayname}</Name>
<Comment>${comment}</Comment>
<DataDirectory>${datadir}</DataDirectory>
<FirstInstalled>${firstinstalled}</FirstInstalled>
<LastUpdated>${lastupdated}</LastUpdated>
<MarketID>${marketid}</MarketID>
<MarketLink>market://details?id=${packagename}</MarketLink>
<PackageName>${packagename}</PackageName>
<Tags>${tags}</Tags>
<TargetSDK>${targetsdk}</TargetSDK>
<UID>${uid}</UID>
<Version>${version}</Version>
<VersionCode>${versioncode}</VersionCode>
<www>${source}</www>
<GoogleStore>https://play.google.com/store/apps/details?id=${packagename}</GoogleStore>
<FDroid>https://f-droid.org/repository/browse/?fdid=${packagename}</FDroid>
<SearchGoogle>https://www.google.com/search?q=${packagename}</SearchGoogle>
<DuckDuckGo>https://duckduckgo.com/?q=${packagename}+"${displayname}"</DuckDuckGo>
</App>
File Footer (file_footer.txt):
<Descriptions>
<Description_Comment>Whatever was entered as a comment in the "Annotations" screen.</Description_Comment>
<Description_DataDirectory>Directory that was assigned to the app by the Android system for storing it's private files.</Description_DataDirectory>
<Description_FirstInstalled>The time (formated according to the system's locale setting) when the app was installed.</Description_FirstInstalled>
<Description_LastUpdated>The time (formated according to the system's locale setting) when the app was last updated.</Description_LastUpdated>
<Description_ListGenerated>The current time (when the list was created), formated according to the system's locale setting (Only available for headers/footers).</Description_ListGenerated>
<Description_MarketID>Identifier of the market app that installed the app. For Google Play, this is 'com.google.vending'. Not all market apps set this. Sideloaded apps will always have an empty id.</Description_MarketID>
<Description_MarketLink></Description_MarketLink>
<Description_Name>This is how the app identifies itself to the user. Unlike the packagename, the displayname is not required to be unique and an app may even have several displaynames (e.g. when translated into different languages).</Description_Name>
<Description_PackageName>This is the unique key by which an app is identified. For example, the key for List My Apps is 'de.onyxbits.listmyapps'. The packagename plays a major role in finding apps on markets.</Description_PackageName>
<Description_Tags>The tags, the app was annotated with.</Description_Tags>
<Description_TargetSDK>Version number of the Android platform, the app was designed to run on. The app may run on lower platform levels, but is guaranteed to run on higher ones.</Description_TargetSDK>
<Description_TotalNumberOfInstalledApps>Number of apps in the list (Only available for headers/footers).</Description_TotalNumberOfInstalledApps>
<Description_UID>The user id that was assigned to the app by the Android system upon installation.</Description_UID>
<Description_Version>The version label of the app as it is shown to the user (e.g. a string like 'v2.1').</Description_Version>
<Description_VersionCode>Numerical (internal) version name of the app. The general contract is: the latest release has the highest number.</Description_VersionCode>
<Description_www>A HTTP/HTTPS URL that will link to where the app was installed from (or Google search if no source could be determined).</Description_www>
<Description_GoogleStore></Description_GoogleStore>
<Description_FDroid></Description_FDroid>
<Description_SearchGoogle></Description_SearchGoogle>
<Description_DuckDuckGo></Description_DuckDuckGo>
</Descriptions>
<meta_2>
<ListCreatedWith>List My Apps</ListCreatedWith>
<ListAppStoreLink>https://play.google.com/store/apps/details?id=de.onyxbits.listmyapps</ListAppStoreLink>
<ListAppHomepageLink>http://www.onyxbits.de/listmyapps</ListAppHomepageLink>
<ListAppDiscussionThreadLink>http://forum.xda-developers.com/showthread.php?t=2460266</ListAppDiscussionThreadLink>
<TemplateSource>https://github.com/auberginehill/list-my-apps-template-xml-style</TemplateSource>
<ListGenerated_2>${now}</ListGenerated_2>
<TotalNumberOfInstalledApps_2>${count}</TotalNumberOfInstalledApps_2>
</meta_2>
</InstalledApps>