mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-03 22:20:28 +03:00 
			
		
		
		
	purge code that modifies the app description, including linkifying
closes #845
This commit is contained in:
		
							parent
							
								
									15a6e2d3a0
								
							
						
					
					
						commit
						828d6015ef
					
				
					 14 changed files with 68 additions and 1488 deletions
				
			
		| 
						 | 
				
			
			@ -15,7 +15,15 @@
 | 
			
		|||
		<name>Battery level</name>
 | 
			
		||||
		<summary>Filter SMS and show them in a fake app</summary>
 | 
			
		||||
		<icon>souch.smsbypass.9.png</icon>
 | 
			
		||||
		<desc><p>In order to keep away curious eyes, SMS-bypass filters incoming SMS messages before they reach your inbox. Based on bughunter2.smsfilter.</p><p>Features:</p><ul><li> Discrete fake app "Battery level": Long tap on Battery percentage will show SMS.</li><li> Filter incoming SMS specified address: redirect the SMS to SMS-bypass messages list; remove SMS arrival sound or vibration; show a discreet notification icon (battery level); vibrate if checked in settings</li><li> Add contact from contact list</li><li> Export messages to a text file</li></ul></desc>
 | 
			
		||||
		<desc>In order to keep away curious eyes, SMS-bypass filters incoming SMS messages
 | 
			
		||||
before they reach your inbox. Based on bughunter2.smsfilter.
 | 
			
		||||
 | 
			
		||||
Features:
 | 
			
		||||
 | 
			
		||||
* Discrete fake app "Battery level": Long tap on Battery percentage will show SMS.
 | 
			
		||||
* Filter incoming SMS specified address: redirect the SMS to SMS-bypass messages list; remove SMS arrival sound or vibration; show a discreet notification icon (battery level); vibrate if checked in settings
 | 
			
		||||
* Add contact from contact list
 | 
			
		||||
* Export messages to a text file</desc>
 | 
			
		||||
		<license>GPL-3.0-only</license>
 | 
			
		||||
		<categories>Phone & SMS</categories>
 | 
			
		||||
		<category>Phone & SMS</category>
 | 
			
		||||
| 
						 | 
				
			
			@ -46,7 +54,7 @@
 | 
			
		|||
		<name>Caffeine Tile</name>
 | 
			
		||||
		<summary>Test app for extracting icons when an XML one is default</summary>
 | 
			
		||||
		<icon>info.zwanenburg.caffeinetile.4.xml</icon>
 | 
			
		||||
		<desc><p>No description available</p></desc>
 | 
			
		||||
		<desc>No description available</desc>
 | 
			
		||||
		<license>Unknown</license>
 | 
			
		||||
		<categories>Development</categories>
 | 
			
		||||
		<category>Development</category>
 | 
			
		||||
| 
						 | 
				
			
			@ -75,7 +83,7 @@
 | 
			
		|||
		<name>Duplicate Permisssions</name>
 | 
			
		||||
		<summary>Test app for all possible <uses-permissions></summary>
 | 
			
		||||
		<icon>duplicate.permisssions.9999999.png</icon>
 | 
			
		||||
		<desc><p>No description available</p></desc>
 | 
			
		||||
		<desc>No description available</desc>
 | 
			
		||||
		<license>Unknown</license>
 | 
			
		||||
		<categories>tests</categories>
 | 
			
		||||
		<category>tests</category>
 | 
			
		||||
| 
						 | 
				
			
			@ -105,7 +113,24 @@
 | 
			
		|||
		<lastupdated>2016-03-10</lastupdated>
 | 
			
		||||
		<name>fake.ota.update_1234</name>
 | 
			
		||||
		<summary>Tests whether OTA ZIP files are being include</summary>
 | 
			
		||||
		<desc><p>F-Droid can make use of system privileges or permissions to install, update and remove applications on its own. The only way to obtain those privileges is to become a system app.</p><p>This is where the Privileged Extension comes in - being a separate app and much smaller, it can be installed as a system app and communicate with the main app via AIDL IPC.</p><p>This has several advantages:</p><ul><li> Reduced disk usage in the system partition</li><li> System updates don't remove F-Droid</li><li> The process of installing into system via root is safer</li></ul><p>This is packaged as an OTA (Over-The-Air) update ZIP file.  It must be installed using TWRP or other Android recovery that can flash updates to the system from the /data/data/org.fdroid.fdroid folder on the /data partition. The standalone APK is called F-Droid Privileged Extension.</p></desc>
 | 
			
		||||
		<desc>F-Droid can make use of system privileges or permissions to
 | 
			
		||||
install, update and remove applications on its own. The only way to obtain those
 | 
			
		||||
privileges is to become a system app.
 | 
			
		||||
 | 
			
		||||
This is where the Privileged Extension comes in - being a separate app and much
 | 
			
		||||
smaller, it can be installed as a system app and communicate with the main app
 | 
			
		||||
via AIDL IPC.
 | 
			
		||||
 | 
			
		||||
This has several advantages:
 | 
			
		||||
 | 
			
		||||
* Reduced disk usage in the system partition
 | 
			
		||||
* System updates don't remove F-Droid
 | 
			
		||||
* The process of installing into system via root is safer
 | 
			
		||||
 | 
			
		||||
This is packaged as an OTA (Over-The-Air) update ZIP file.  It must be installed
 | 
			
		||||
using TWRP or other Android recovery that can flash updates to the system from
 | 
			
		||||
the /data/data/org.fdroid.fdroid folder on the /data partition. The standalone
 | 
			
		||||
APK is called F-Droid Privileged Extension.</desc>
 | 
			
		||||
		<license>Apache-2.0</license>
 | 
			
		||||
		<categories>System</categories>
 | 
			
		||||
		<category>System</category>
 | 
			
		||||
| 
						 | 
				
			
			@ -131,7 +156,7 @@
 | 
			
		|||
		<name>No minSdkVersion or targetSdkVersion</name>
 | 
			
		||||
		<summary>An APK without any <uses-sdk> block in AndroidManifest.xml</summary>
 | 
			
		||||
		<icon>no.min.target.sdk.987.png</icon>
 | 
			
		||||
		<desc><p>No description available</p></desc>
 | 
			
		||||
		<desc>No description available</desc>
 | 
			
		||||
		<license>Unknown</license>
 | 
			
		||||
		<categories>Development</categories>
 | 
			
		||||
		<category>Development</category>
 | 
			
		||||
| 
						 | 
				
			
			@ -159,7 +184,7 @@
 | 
			
		|||
		<name>OBB Main Old Version</name>
 | 
			
		||||
		<summary></summary>
 | 
			
		||||
		<icon>obb.main.oldversion.1444412523.png</icon>
 | 
			
		||||
		<desc><p>No description available</p></desc>
 | 
			
		||||
		<desc>No description available</desc>
 | 
			
		||||
		<license>GPL-3.0-only</license>
 | 
			
		||||
		<categories>Development</categories>
 | 
			
		||||
		<category>Development</category>
 | 
			
		||||
| 
						 | 
				
			
			@ -194,7 +219,7 @@
 | 
			
		|||
		<name>OBB Main Two Versions</name>
 | 
			
		||||
		<summary></summary>
 | 
			
		||||
		<icon>obb.main.twoversions.1101617.png</icon>
 | 
			
		||||
		<desc><p>No description available</p></desc>
 | 
			
		||||
		<desc>No description available</desc>
 | 
			
		||||
		<license>GPL-3.0-only</license>
 | 
			
		||||
		<categories>Development</categories>
 | 
			
		||||
		<category>Development</category>
 | 
			
		||||
| 
						 | 
				
			
			@ -252,7 +277,7 @@
 | 
			
		|||
		<name>OBB Main/Patch Current</name>
 | 
			
		||||
		<summary></summary>
 | 
			
		||||
		<icon>obb.mainpatch.current.1619.png</icon>
 | 
			
		||||
		<desc><p>No description available</p></desc>
 | 
			
		||||
		<desc>No description available</desc>
 | 
			
		||||
		<license>GPL-3.0-only</license>
 | 
			
		||||
		<categories>Development</categories>
 | 
			
		||||
		<category>Development</category>
 | 
			
		||||
| 
						 | 
				
			
			@ -285,7 +310,7 @@
 | 
			
		|||
		<name>Polite Droid</name>
 | 
			
		||||
		<summary>Calendar tool</summary>
 | 
			
		||||
		<icon>com.politedroid.6.png</icon>
 | 
			
		||||
		<desc><p>Activates silent mode during calendar events.</p></desc>
 | 
			
		||||
		<desc>Activates silent mode during calendar events.</desc>
 | 
			
		||||
		<license>GPL-3.0-only</license>
 | 
			
		||||
		<categories>Time</categories>
 | 
			
		||||
		<category>Time</category>
 | 
			
		||||
| 
						 | 
				
			
			@ -349,7 +374,14 @@
 | 
			
		|||
		<name>urzip-πÇÇπÇÇ现代汉语通用字-български-عربي1234</name>
 | 
			
		||||
		<summary>一个实用工具,获取已安装在您的设备上的应用的有关信息</summary>
 | 
			
		||||
		<icon>info.guardianproject.urzip.100.png</icon>
 | 
			
		||||
		<desc><p>It’s Urzip 是一个获得已安装 APK 相关信息的实用工具。它从您的设备上已安装的所有应用开始,一键触摸即可显示 APK 的指纹,并且提供到达 virustotal.com 和 androidobservatory.org 的快捷链接,让您方便地了解特定 APK 的档案。它还可以让您导出签名证书和生成 ApkSignaturePin Pin 文件供 TrustedIntents 库使用。</p><p>★ Urzip 支持下列语言: Deutsch, English, español, suomi, 日本語, 한국어, Norsk, português (Portugal), Русский, Slovenščina, Türkçe 没看到您的语言?帮忙翻译本应用吧: https://www.transifex.com/projects/p/urzip</p><p>★ 致用户:我们还缺少你喜欢的功能?发现了一个 bug?请告诉我们!我们乐于听取您的意见。请发送电子邮件至: support@guardianproject.info 或者加入我们的聊天室 https://guardianproject.info/contact</p></desc>
 | 
			
		||||
		<desc>It’s Urzip 是一个获得已安装 APK 相关信息的实用工具。它从您的设备上已安装的所有应用开始,一键触摸即可显示 APK 的指纹,并且提供到达 virustotal.com 和 androidobservatory.org 的快捷链接,让您方便地了解特定 APK 的档案。它还可以让您导出签名证书和生成 ApkSignaturePin Pin 文件供 TrustedIntents 库使用。
 | 
			
		||||
 | 
			
		||||
★ Urzip 支持下列语言: Deutsch, English, español, suomi, 日本語, 한국어, Norsk, português (Portugal), Русский, Slovenščina, Türkçe
 | 
			
		||||
没看到您的语言?帮忙翻译本应用吧:
 | 
			
		||||
https://www.transifex.com/projects/p/urzip
 | 
			
		||||
 | 
			
		||||
★ 致用户:我们还缺少你喜欢的功能?发现了一个 bug?请告诉我们!我们乐于听取您的意见。请发送电子邮件至: support@guardianproject.info 或者加入我们的聊天室 https://guardianproject.info/contact
 | 
			
		||||
</desc>
 | 
			
		||||
		<license>GPL-3.0-only</license>
 | 
			
		||||
		<categories>Development,GuardianProject,1,2.0</categories>
 | 
			
		||||
		<category>Development</category>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue