Commit Graph

12 Commits

Author SHA1 Message Date
Uwe Hermann 5ea53b3c20 Rename sigrok-logo-notext.png to pulseview.png.
This is more specific and prevents any potential issues e.g. when
multiple distro packages might ship with a generic file like
sigrok-logo-notext.png that's supposed to be installed in the same place.
2017-06-11 20:05:50 +02:00
Marcus Comstedt 2388a7320f android: Include firmwares in the APK 2015-10-01 17:25:15 +02:00
Marcus Comstedt aaa4c0101a android: Fix copylibs task to include the right libs
Since more and more libs are losing their versioned soname, the
heuristic of including libs with versioned sonames is an increasingly
poor one.  Instead, simply blacklist the libs we do not want.
2015-10-01 17:25:15 +02:00
Marcus Comstedt e482fa6ce8 android: Don't include qtaccessiblewidgets plugin
Since Qt 5.4.0, accessibility is no longer a plugin.
2015-10-01 17:25:15 +02:00
Uwe Hermann 343f938f15 android: Add missing libintl.so to APK.
This fixes bug #575.
2015-04-09 01:56:04 +02:00
Uwe Hermann 754602a31f android: Don't install unneeded Python files. 2014-10-31 18:52:02 +01:00
Marcus Comstedt 4a70a2cf34 Update android build after bindings rewrite
The sigrok bindings depend on libffi.so, which is an unversioned shared
object, so add it to the whitelist of libraries to install into the APK.
2014-10-19 17:39:41 +02:00
Uwe Hermann fd80abbd2e android: Minor whitespace fixes. 2014-08-31 19:51:13 +02:00
Marcus Comstedt b00f097937 Android: Bundle Qt libs with the APK 2014-08-31 19:27:55 +02:00
Uwe Hermann ad629dd65d android/: Add some missing license headers. 2014-08-27 13:48:05 +02:00
Uwe Hermann 1c90d94fb2 android/: Whitespace and consistency fixes.
Use one tab as indentation for all XML and Java files.
2014-08-26 23:13:39 +02:00
Marcus Comstedt a4ef39937e Added files for building Android APK 2014-08-26 22:45:41 +02:00