Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Commit 5dda967

Browse files
committed
Merge branch 'test-updates'
2 parents 810fb3d + 0a15929 commit 5dda967

8 files changed

Lines changed: 13 additions & 23 deletions

File tree

apkstudio.pro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ OTHER_FILES += \
5050
.travis.yml \
5151
appveyor.yml \
5252
res/highlight/default.theme \
53-
res/highlight/java.def \
5453
res/highlight/numbers.def \
5554
res/highlight/smali.def \
5655
res/highlight/strings.def \

external/bitrock.png

-27.9 KB
Binary file not shown.

include/constants.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@
6464

6565
#define THREADS_MAX 1
6666

67-
#define URL_CONTRIBUTE "https://github.com/vaibhavpandeyvpz/apkstudio"
68-
#define URL_DOWNLOADS "https://raw.githubusercontent.com/vaibhavpandeyvpz/apkstudio/%1/external/downloads.json"
69-
#define URL_DOCUMENTATION "http://www.vaibhavpandey.com/apkstudio"
70-
#define URL_ISSUES "https://github.com/vaibhavpandeyvpz/apkstudio/issues"
67+
#define URL_CONTRIBUTE "https://github.com/surendrajat/apkstudio"
68+
#define URL_DOCUMENTATION "http://surendrajat.github.io/ApkStudio"
69+
#define URL_ISSUES "https://github.com/surendrajat/apkstudio/issues"
7170
#define URL_THANKS "http://forum.xda-developers.com/showthread.php?t=2493107"
7271

7372
/**

res/all.qrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<file>fonts/scp_bold.ttf</file>
44
<file>fonts/scp_regular.ttf</file>
55
<file>highlight/default.theme</file>
6-
<file>highlight/java.def</file>
76
<file>highlight/numbers.def</file>
87
<file>highlight/smali.def</file>
98
<file>highlight/strings.def</file>

res/highlight/java.def

Lines changed: 0 additions & 8 deletions
This file was deleted.

res/html/about.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
<p>APK Studio is a open-source and cross-platform IDE for reverse-engineering prebuilt Android applications. Written using <a href="http://www.qt.io/">Qt</a> framework, it is collaboratively developed by <a href="http://www.vaibhavpandey.com/">Vaibhav Pandey</a> along with other contributor(s).</p>
2-
<p>The main aim of this project is to provide ROM makers with the ease of GUI for customization of pre-packaged applications and Android system. The source code for this application is hosted at <a href="http://github.vaibhavpandey.com/apkstudio">Github</a>.</p>
3-
<p>Copyright (c) 2015 Vaibhav Pandey and contributor(s).</p>
1+
<p>APK Studio is an Open-Source Cross-platform IDE for reverse-engineering Android applications, written using <a href="http://www.qt.io/">Qt</a> framework. It is collaboratively developed by <a href="http://www.vaibhavpandey.com/">Vaibhav Pandey</a> along with other contributor(s) and currently maintained and developed by <a href="https://surendrajat.github.io/">Surendrajat</a> and contributor(s).</p>
2+
<p>The main aim of this project is to provide ROM makers with the ease of GUI for customization of pre-packaged applications and Android system. The source code for this application is hosted at <a href="http://surendrajat.github.io/ApkStudio">Github</a>.</p>
3+
<p>Copyright (c) 2015 Vaibhav Pandey and contributor(s)</p>
4+
<p>Copyright (c) 2018 Contributer(s)</p>

res/lang/en.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
</message>
320320
<message>
321321
<source>download_vendor</source>
322-
<translation><![CDATA[You need to download some 3rd-party applications/files from <a href="%1">here</a> and place them in <strong>%2</strong> for APK Studio to work.]]></translation>
322+
<translation><![CDATA[You need to download some 3rd-party applications/files and place them in proper directory for APK Studio to work. Please follow <a href="https://github.com/Surendrajat/ApkStudio#requirements">this link</a>]]></translation>
323323
</message>
324324
<message>
325325
<source>decode_failure</source>
@@ -359,7 +359,7 @@
359359
</message>
360360
<message>
361361
<source>app_version</source>
362-
<translation><![CDATA[<strong>APK Studio</strong> <a href="https://github.com/vaibhavpandeyvpz/apkstudio/tree/%2">%1</a>]]></translation>
362+
<translation><![CDATA[ <strong>APK Studio v4.0 </strong> ]]></translation>
363363
</message>
364364
<message>
365365
<source>no_apk</source>
@@ -445,11 +445,11 @@
445445
</message>
446446
<message>
447447
<source>ide</source>
448-
<translation>APK Studio - http://git.io/vcZx0</translation>
448+
<translation>APK Studio</translation>
449449
</message>
450450
<message>
451451
<source>ide_alt</source>
452-
<translation>%1 - APK Studio - http://git.io/vcZx0</translation>
452+
<translation>%1 - APK Studio</translation>
453453
</message>
454454
<message>
455455
<source>please_wait</source>

src/ide.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ void Ide::onInit()
169169
restoreState(p->docksState());
170170
if (!QFile::exists(PathUtils::combine(p->vendorPath(), "VERSION")))
171171
{
172-
QMessageBox::warning(this, __("action_required", "titles"), __("download_vendor", "messages", URL_DOCUMENTATION, p->vendorPath()), QMessageBox::Close);
172+
QMessageBox::warning(this, __("action_required", "titles"), __("download_vendor", "messages"), QMessageBox::Close);
173173
}
174174
QStringList f = p->sessionFiles();
175175
foreach (QString p, f)
@@ -286,7 +286,7 @@ void Ide::onMenuBarHelpAbout()
286286
QMessageBox box;
287287
box.setIconPixmap(Qrc::image("logo"));
288288
box.setInformativeText(FileUtils::read(QString(QRC_HTML).arg("about")));
289-
box.setText(__("app_version", "messages", APP_REV_SHORT, APP_REV_LONG));
289+
box.setText(__("app_version", "messages"));
290290
box.setWindowIcon(Qrc::icon("dialog_about"));
291291
box.setWindowTitle(__("about", "titles"));
292292
box.exec();

0 commit comments

Comments
 (0)