Commit Graph

  • 0a373de7a4 Merge branch 'nathan-bluetooth-swap' into nearby-peers-with-bluetooth Peter Serwylo 2015-07-15 17:27:28 +10:00
  • a653e6392c Merge branch 'repoupdater-simplify-and-streams' into 'master' Peter Serwylo 2015-07-13 20:50:50 +00:00
  • 2a6b514232 change BT request handling to operate directly on files We don't want to depend on HTTP being active in case there is no wifi that exists at all. In some cases, local 127.0.0.1 does not exist if the Wifi is not connected. This commit takes the code from LocalHTTPD and repurposes it for the BluetoothServer needs. n8fr8 2015-07-13 16:45:53 -04:00
  • e930e03378 improvement on scan/re-scan logic to avoid failure n8fr8 2015-07-13 16:05:13 -04:00
  • c53df989b8 small UI clean-up of header display n8fr8 2015-07-13 16:05:00 -04:00
  • c399a17369 add more checks for possible NPE and simplify the UI n8fr8 2015-07-13 15:04:38 -04:00
  • cc6b2736ce add logic for setting/re-setting "Fdroid" name tag for bluetooth device n8fr8 2015-07-13 14:41:21 -04:00
  • d662c15fb8 list background should be white n8fr8 2015-07-13 14:40:22 -04:00
  • 99a86c4080 handle null adapter case n8fr8 2015-07-13 14:40:11 -04:00
  • 01fce7f94f re-enable Lollipop spongycastle hack Hans-Christoph Steiner 2015-06-22 12:57:23 -04:00
  • 2910acc906 break out TOFU so all connections also run through regular verification Hans-Christoph Steiner 2015-06-22 12:25:02 -04:00
  • 43cc017c91 Utils.closeQuietly() for closing things in finally {} blocks Hans-Christoph Steiner 2015-06-22 10:35:56 -04:00
  • 675151b4ef rename string status_processing_xml to prevent crashes on old translations Hans-Christoph Steiner 2015-06-18 19:44:43 -04:00
  • 64d709c142 create ProgressBufferedInputStream to get progress info while parsing XML Hans-Christoph Steiner 2015-06-18 15:07:04 -04:00
  • 4f2650cd47 update logic to match only parsing signed index files Hans-Christoph Steiner 2015-06-15 17:40:28 -04:00
  • d7efc99bdb simplify RepoUpdater to remove cruft from previous code structure Hans-Christoph Steiner 2015-06-15 17:39:55 -04:00
  • 3c6389c004 fix failing symlink test Hans-Christoph Steiner 2015-06-18 10:25:07 -04:00
  • a8dedd8ac2 Removed SwapAppListActivity, implemented UI mockup for swap app list. Peter Serwylo 2015-07-13 00:31:13 +10:00
  • ef4c67530a Merge branch 'master' of https://gitlab.com/relan/fdroidclient Daniel Martí 2015-07-12 11:42:27 -07:00
  • f236dc3d3e Removed ConnectSwapActivity, refactored into SwapWorkflowActivity. Peter Serwylo 2015-07-12 22:13:15 +10:00
  • 53c4ba52c4 delete default value for old permission preference Nico Alt 2015-07-11 11:43:59 +02:00
  • 4e4d3ec3f9 WIP: More cleaning up of swap process, unbinding service, and investigating getting rid of ConnectSwapActivity. Peter Serwylo 2015-07-10 01:14:32 +10:00
  • 0b1e2732c2 Refactored SwapService + SwapManager into single SwapService Peter Serwylo 2015-07-09 11:40:28 +10:00
  • c6a2b1174e Apply new UI colors relan 2015-07-04 21:31:05 +03:00
  • db3e8a62c4 Update raster icons relan 2015-07-04 21:29:16 +03:00
  • 4bf5a37cf8 New launcher icon relan 2015-07-04 21:17:14 +03:00
  • 618b1096f3 Remove partial arrays to fix theme selection crashes Daniel Martí 2015-06-30 10:22:05 -07:00
  • a3af6b8b9f WIP: Serialize bonjour peers correctly. Refactor mini-service APIs. Peter Serwylo 2015-06-28 23:25:16 +10:00
  • 186b2d0dc8 Mention material in the changelog 0.94-test Daniel Martí 2015-06-28 13:43:05 -07:00
  • 3cc54ad2ff Bump to 0.94-test Daniel Martí 2015-06-28 13:41:51 -07:00
  • 6e5468daa1 Remove unused code in TabsAdapter Daniel Martí 2015-06-28 13:37:37 -07:00
  • d9c2ea6fb6 Remove unused imports Daniel Martí 2015-06-28 13:33:19 -07:00
  • 2b15a3c17b Make good use of TextUtils.isEmpty() Daniel Martí 2015-06-28 12:42:30 -07:00
  • 22b072962e WIP: Don't show self in Bonjour peer list. Implement UI for peer list. Peter Serwylo 2015-06-27 10:12:26 +10:00
  • 30669f8058 WIP: Hooking up specific peers from the "nearby peers". Peter Serwylo 2015-06-26 00:13:52 +10:00
  • 7c49f03f21 Updated readme with instructions for running tests. Fixed for Andoid-10 Peter Serwylo 2015-06-24 16:06:14 +10:00
  • e7912359eb Drop ant support Daniel Martí 2015-06-24 00:01:51 +02:00
  • 5e9931fa03 WIP: Make bluetooth/bonjour peers parcelable. Peter Serwylo 2015-06-24 07:14:46 +10:00
  • 8ae3ae3e80 WIP: Start initial swap repo instantly, with only F-Droid... Peter Serwylo 2015-06-18 23:04:34 +10:00
  • e343918ef9 WIP: Moving from listener to broadcasts for discovered peers. Peter Serwylo 2015-06-23 23:12:57 +10:00
  • ff93f96959 WIP: MOre ui stuff for "Start Swap" screen. Peter Serwylo 2015-06-23 22:46:52 +10:00
  • 44127c563d Merge branch 'debuggable' of https://gitlab.com/slackydeb/fdroidclient Daniel Martí 2015-06-22 22:06:54 +02:00
  • 0100415e3e WIP: Refactoring Bonjour from manage repos to swap. Peter Serwylo 2015-06-22 08:59:20 +10:00
  • a30ec646b2 WIP: Refactoring Bonjour from manage repos to swap. Peter Serwylo 2015-06-13 00:13:05 +10:00
  • 593aaf3894 WIP: I18n of start swap screen, colouring of text, add header. Peter Serwylo 2015-06-21 11:17:54 +10:00
  • a965ab755a Add debuggable option in build.gradle... Luca Favatella 2015-06-20 13:41:28 +01:00
  • 515ca01d38 Replace all occurences of FDroid with F-Droid Daniel Martí 2015-06-21 13:48:10 +02:00
  • 2645b2bfd4 Script to convert SVG's into (many different res) drawables. Peter Serwylo 2015-06-21 10:31:12 +10:00
  • a48deb9160 WIP: More work on UI for initial swap screen. Peter Serwylo 2015-06-21 10:05:38 +10:00
  • 0a71d6b45d Merge branch 'fix_android-mk' of https://gitlab.com/SWW13/fdroidclient Daniel Martí 2015-06-18 23:25:44 +02:00
  • 71704d5cbc Merge branch 'master' of https://gitlab.com/xphnx/fdroidclient Daniel Martí 2015-06-18 23:25:16 +02:00
  • 5be35d1d87 Merge branch 'material-design' into 'master' Nico Alt 2015-06-18 21:17:36 +00:00
  • a7c9be9b16 Don't read empty xml elements from the index Daniel Martí 2015-06-17 20:59:27 +02:00
  • f95bfc397d Run remove-unused-trans script Daniel Martí 2015-06-17 12:09:05 +02:00
  • 7f3db513e5 Don't mention automatic app updates, closes #280 Daniel Martí 2015-06-17 12:07:00 +02:00
  • 5bb3721b3a fix link icons rober 2015-06-16 20:15:01 +02:00
  • 41b0d0fa7e symlink build dir into out Android Build System 2015-06-16 20:05:55 +02:00
  • 7e0f4bbc0e We bumped minSdk to 8, so TargetApi(8) can go Daniel Martí 2015-06-16 17:22:42 +02:00
  • b0b285bc1f Merge branch 'swap/bluetooth' into swap-demolition-material-mockups Peter Serwylo 2015-06-17 00:21:03 +10:00
  • 8bb4d9012f delete case in switch for deleted theme Nico Alt 2015-06-14 21:34:58 +02:00
  • a345788dba Added material icons from CC licensed "Google material icons" set. Peter Serwylo 2015-05-11 23:04:33 +10:00
  • 71605e98dc Made swap button text white. Peter Serwylo 2015-05-11 16:27:41 +10:00
  • a50efda113 Updated support libraries to 22.1.0 Peter Serwylo 2015-05-11 15:54:19 +10:00
  • 6452d2da96 More colours beyond colorPrimary. Peter Serwylo 2015-04-22 00:03:13 +10:00
  • d94e8a4ad2 Made category Spinner style correctly. Peter Serwylo 2015-04-21 23:30:06 +10:00
  • 03c5a224de fix #91: Material Design Nico Alt 2015-04-21 21:55:07 +02:00
  • d6aa60b211 Updated changelog after two merge requests merged. Peter Serwylo 2015-06-15 22:20:16 +10:00
  • a2fac20e6b Bump to 0.93-test 0.93-test Daniel Martí 2015-06-15 13:21:04 +02:00
  • 78b5f489ef Merge branch 'fix-263/explicitly-add-swap-repo' into 'master' Peter Serwylo 2015-06-15 09:33:06 +00:00
  • 435fc27e31 Merge branch 'fix-267/nfc-swap' into 'master' Peter Serwylo 2015-06-15 09:28:24 +00:00
  • 3fa5a51600 No need for TabInfo struct in TabsAdapter Daniel Martí 2015-06-15 01:38:52 +02:00
  • 4084cd5260 Remove redundant constructor call Daniel Martí 2015-06-15 01:38:43 +02:00
  • 3aa8bf4ea0 Apply some android studio fixes Daniel Martí 2015-06-15 01:38:21 +02:00
  • 93973131f7 Start changelog for next release Daniel Martí 2015-06-14 19:46:41 +02:00
  • 62f9c84252 Merge branch 'fdroid-system-install' Daniel Martí 2015-06-14 18:15:19 +02:00
  • e92be5322d update icons Nico Alt 2015-06-14 13:58:59 +02:00
  • 4a8ff47fce WIP: Implementing mockups from Carrie, added "Toolbar" Peter Serwylo 2015-06-11 23:35:28 +10:00
  • 0d4c61df96 WIP: Implementing UI mockup, different "selected" indicator for swap. Peter Serwylo 2015-06-11 00:51:30 +10:00
  • 4895e2d790 Fix large icons by caching two icon urls per app in the DB db-version/49 Daniel Martí 2015-06-09 17:44:18 +02:00
  • f0c00c144c Add support for changelog links db-version/48 Nico Alt 2015-06-04 11:57:16 +02:00
  • a653b0156a improve AppDetails Nico Alt 2015-06-02 22:33:53 +02:00
  • ee6daf356b Bump all bundled repo versions to 13 Daniel Martí 2015-06-09 23:12:17 +02:00
  • 5f27b65a92 Remove duplicate ICON_URL values.put() line Daniel Martí 2015-06-08 23:53:51 +02:00
  • ab7067f247 Also bundle repo versions in the client Daniel Martí 2015-06-08 23:51:16 +02:00
  • 3b962b7546 Bump to 0.92 with changelog 0.92 Daniel Martí 2015-06-08 17:06:27 +02:00
  • 2e6984bfbe Use new icon for install into system notifications Dominik Schürmann 2015-06-08 16:34:04 +02:00
  • c6bc8b5e37 Merge branch 'material-design' into swap-demolition-material Peter Serwylo 2015-06-04 08:07:41 +10:00
  • f9bcf33d50 WIP: Fixed minor UI issues. Peter Serwylo 2015-06-03 23:55:11 +10:00
  • d9f91da9a6 WIP: Added logging, removed dead code, fixed minor bugs. Peter Serwylo 2015-06-03 23:41:51 +10:00
  • 2553b8520c WIP: Move swap starting/stopping to async task. Peter Serwylo 2015-06-03 17:51:16 +10:00
  • 7c9492e6b4 WIP: Refactoring swap service. Peter Serwylo 2015-05-31 22:54:57 +10:00
  • 9795b31b69 Add missing language code for Sardinian in the settings Daniel Martí 2015-05-30 12:19:39 +02:00
  • 578a98250b Add script to detect missing language codes in the settings Daniel Martí 2015-05-30 12:19:02 +02:00
  • 38ab8ac353 Don't add count=-1 to bytesRead when finished Daniel Martí 2015-05-30 00:51:35 +02:00
  • 29403c1d84 Use KiB for progress in apk downloads Daniel Martí 2015-05-29 23:39:06 +02:00
  • d70fd02178 Hide more debug logs from release builds Daniel Martí 2015-05-29 17:00:08 +02:00
  • 02ed2293e6 Make "failed" log messages be warnings, not debugs Daniel Martí 2015-05-29 16:59:40 +02:00
  • 35f9900101 Update UIL to 1.9.4 Daniel Martí 2015-05-29 12:27:45 +02:00
  • 0e16eae5bc Minor fixes to swap after refactor. Peter Serwylo 2015-05-28 17:20:22 +10:00
  • ea61e8f2d3 Organised SwapState class, moved methods around to make more sense. Peter Serwylo 2015-05-25 16:20:56 +10:00