summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)Author
2013-10-26android: fix/remove last uses of $(OUTDIR) hereMatúš Kukan
Change-Id: Iba4db538fea3ab494af737c91f5fd754de0c044c
2013-10-25Change version to 2.0.0.Artur Dryomov
Change-Id: Ic6ca04d61991afec627c7d76270c370233b0892f
2013-10-25Fix possible NPE.Artur Dryomov
Change-Id: Ifca1e64aacf0f4b4e83f70c9bcbe6bb79f5415fd
2013-10-25Add "learn more" link for providing additional information.Artur Dryomov
Change-Id: I3bb3480491d5f92ed7c4e3e6b5cf233636c4bb64
2013-10-25Fix some comments and tabs positions.Artur Dryomov
Change-Id: I6678d8142f7cbe2446b178174ffb36d446aeda11
2013-10-25Fix slides grid adapter: recycle view holder for better performance.Artur Dryomov
Change-Id: Ia412c473ba1d5d23fc409b3f5513d87a4439ddfb
2013-10-25Fix fallout from 30fc3d6cff15ceabea6e1f9c4683cd383c322d72Tor Lillqvist
Change-Id: If97dc13e63986a7c9534f46673cfa8541893269a
2013-10-25Fix bit-rotTor Lillqvist
Change-Id: Iae6aa3c1326456dde7261f471ba7d963058f20a7
2013-10-24No libs in $(OUTDIR)/lib any moreTor Lillqvist
Change-Id: If1781415f49f86fea0de5a05a38c878d3924812b
2013-10-24freetype: use libraries from WORKDIRMichael Stahl
Change-Id: Ia31a6f56fd8347f6fc50677e86a414f4c5ed81b1
2013-10-24fontconfig: use libraries from WORKDIRMichael Stahl
Change-Id: I4b967187bca35527a3c3d718952ae0a3ae6ebae9
2013-10-24curl: use libraries from WORKDIRMichael Stahl
Change-Id: Ib4a3aef1ff1d42270e737659b3f663260d3f1175
2013-10-24lcms2: use libraries from WORKDIRMichael Stahl
Change-Id: Ieddc80d510884eeb6f64325f9dfbb34f1d3fb0b5
2013-10-24lpsolve: use libraries from WORKDIRMichael Stahl
Change-Id: I9b0aba0050d73287887de2d7d2376d9aa6303150
2013-10-24redland: use libraries from WORKDIRMichael Stahl
Change-Id: Ief9a38cbef7552e94ce4ad01fa363a29654bdf9e
2013-10-23android: try to find ICU libsMichael Stahl
Change-Id: I70d15c10bbe22e5a1030813d531cf98f834911ea
2013-10-23libxml2 and libxslt libs are only in workdir nowTor Lillqvist
We really should set up this list of all the libraries (even one including wildcards) in a single place in configury. Now this information is duplicated in several places. (Such a list is used when linking a single (app-specific) DSO for an Android app or a single executable for an iOS app.) Change-Id: Ic77bdd5a4e58686693f4ac3987ba73bca011db3b
2013-10-23There is no inc in solver any moreTor Lillqvist
Change-Id: I83c1001d67a9c3e5c2a6e2ff4c93a97214f24475
2013-10-23Add dummy implementations of the UI layer callbacks now requiredTor Lillqvist
Change-Id: I2caaac66758863b0f384df13ab30526f21be1e8d
2013-10-19fileacc is not a separate component any moreTor Lillqvist
Change-Id: I59eac660accfc362766bc3744655e2ba2d66ddd6
2013-10-19fileacc is not a separate component any moreTor Lillqvist
Change-Id: I47f3dd29aba16aa2d8a5e3746c447288d2066b23
2013-10-04Add missing license headers to XML source files.Artur Dryomov
Change-Id: I171bf4101fe3f049f1d032a9a29ef0f8d40a5ee1
2013-10-04Add a xxhdpi version of the logo.Artur Dryomov
Change-Id: Ia9afd7c9100cdb1f84813dd2aff7e37f46eafb6c
2013-10-04Add missing xxhdpi action bar icon.Artur Dryomov
Change-Id: I0d01b0e9780e228d8ee60aafd80e70c5990eab4e
2013-10-04Add support for setting vibrate mode while showing a slide show.Artur Dryomov
Change-Id: I8f407fbce3b90b56a0fb24b1143bcd7f2a243020
2013-10-03Fix up Android app makefilesTor Lillqvist
Change-Id: I885c2bf3dd04b18850d983ab34199074bd41c175
2013-09-303rd party libs need to be listed more individually now, sighTor Lillqvist
Change-Id: I604f681a43a209cb6951209e01be1bcc26cdc3c9
2013-09-30Add xxhdpi action bar icons and remove an unused search icon.Artur Dryomov
Change-Id: I7c092f0c5e42ea478946506be49a2ad47a4bb67a
2013-09-30Add some horizontal space for the computers list.Artur Dryomov
Change-Id: I4dffdf3477e4c98420ef3dee9990485c70d7a1ec
2013-09-30Rename some resources, fix action bar tab selectors as well.Artur Dryomov
Change-Id: I48b4f69bd85b9aa0b034f6a7210311598662c163
2013-09-30Change text for keeping screen on preference.Artur Dryomov
Change-Id: I565889ff328816031f5a73d9817b53bd18e7f153
2013-09-30Change action bar background.Artur Dryomov
Use 9-patch instead of solid color. The drawable contains a little bottom border which suits action bar better, especially on Jelly Bean MR3 where there are no shadow below the action bar. Change-Id: I2fd34109aae82b52326cf1315c4080e72bdb2530
2013-09-22gbuild: remove executables from OUTDIR and WORKDIRMichael Stahl
Call and link executables directly in INSTDIR. - gb_Library_get_target is now same as the gb_LinkTarget_get_target - disable gb_Library_add_auxtarget, no auxtargets need to be copied - adjust paths of all external executables to OUTDIR_FOR_BUILD for now - use lazy assignment instead of := in AllLangResTarget because it's read before Executable - link.exe generates an import library for lots of executables because they export symbols, especially since commit 0ffab9363d527d55b12b9b09d7136ca1c9d171e0 "force 'main' to always be DLLPUBLIC." Change-Id: I3e1ee7425dd430bb83c7cd59e265869a0541b38d
2013-09-22Change TCP servers search blocking delay.Artur Dryomov
Change-Id: Ia25d064aa5ad030d08a4095e92c3a35fb9b2e68f
2013-09-22Fix possible unexpected search stop.Artur Dryomov
An executor stops working when a single task got an exception. This change prevents only one exception from being uncaught, if this will not help probably everything should be caught. Change-Id: I76a57fc0b1c759cb66bf13b5cdec7223c384bfa3
2013-09-22Change way of saving Bluetooth state one more time.Artur Dryomov
Read a comment at the ComputersActivity. Change-Id: I4a933d262c28a08c1e2227a2eabec54ad2cfd16e
2013-09-22Change slide width a bit.Artur Dryomov
Change-Id: I26bdddaf0e74e81ccb32992e70e27d0d123f7502
2013-09-20Add setting default values for settings items.Artur Dryomov
Users still will be able to disable them if they wish. Change-Id: If20f628c0c1f36e4a2b5c4619d7e843e91f19040
2013-09-20Add switching to the slides pager from the grid when selecting a slide.Artur Dryomov
Change-Id: I029c298a90ff7f0cbaada25388e3a758dc4d583e
2013-09-20Add additional comparison for servers in lists.Artur Dryomov
Sort by class as well as by name. This change should help to show computers first, then phones and then other devices. Change-Id: I3a5dec6e5df33b766b70798ac1ad32a5d5db4a3f
2013-09-15Fix possible timer duplicates.Artur Dryomov
Change-Id: I070e36c4a82ca245a641e53466cdaf10dd01e95c
2013-09-15Fix possible NPE.Artur Dryomov
Well, try to fix them. Change-Id: I8f774d35a304367bbdd1778628a1224031355ed4
2013-09-15Change the computers fragment to be more simple.Artur Dryomov
Change-Id: I8acddd744e11aa3c29ba281b321a4e02347a1823
2013-09-15Change the connection fragment to be more simple.Artur Dryomov
Change-Id: Ib9dcc70b87631cfdace00d5b9ba18f2cbdf0de2c
2013-09-14Replace empty slide preview with solid grey background.Artur Dryomov
Change-Id: Ic6beec11b3d5bd86fa4722bd7bb8cb7cd69d8cf7
2013-09-14Add custom capitalized TextView.Artur Dryomov
To provide visual compatibility for 2.3 devices. Change-Id: Ibdcc80a2f3d5a43dd8998153f2d872e564ec1c11
2013-09-14Fix slide notes loading.Artur Dryomov
* Allow dynamic loading. * Show notes only when they belong to the current slide. Change-Id: I30dd73c9a1c9ac8533b830d908276aa6234aa7ce
2013-09-14Fix another code style issues.Artur Dryomov
Change-Id: Id76d17050b7fc2865a78b9a815a2f543e85e321f
2013-09-14Change slide show operations related to its starting.Artur Dryomov
Do not start a slide show when it is already started. Change-Id: I2cd1df48c07f60ddedb63f93973a0bda029bbd3f
2013-09-14Change searching message delay from 10 seconds to 3.Artur Dryomov
Make it more friendly for users. Change-Id: Ie77643639d4b8a15c6e5a82070f8e01c8fa5025e