Commit Graph

  • fb531ab1cc ...Androidx Migration... test_363933608 Sam Judd 2021-03-19 11:28:00 -07:00
  • 9cfa3d43ce ...Androidx Migration... test_363933734 Sam Judd 2021-03-19 11:28:35 -07:00
  • ce6852d372 feat: change the default for PREFERRED_COLOR_SPACE to be null skyinu 2021-03-21 14:19:13 +08:00
  • b52356253d Add benchmarks for the various data types supported by Downsampler in Glide. Sam Judd 2021-03-17 11:25:04 -07:00
  • d2bb3e8a6a Internal Sam Judd 2021-03-18 11:00:57 -07:00
  • a2e11dc256 Merge pull request #4527 from sjudd:update_gradle_wrapper_to_6_7 Glide 2021-03-17 18:53:08 -07:00
  • 15d96483d3 Update gradle plugin to 6.7 Sam Judd 2021-03-17 10:52:42 -07:00
  • 86b5929ccd Merge pull request #4525 from sjudd:avoid_array_buffer Glide 2021-03-16 13:29:56 -07:00
  • 5f261f3af7 Merge pull request #4526 from sjudd:switch_to_maven_central Glide 2021-03-16 12:40:06 -07:00
  • 87a77cea15 jcenter -> mavenCentral + gradlePluginPortal. Sam Judd 2021-03-15 21:59:09 -07:00
  • 042f6b57d5 Avoid wrapping byte[] and ByteBuffer in streams. Sam Judd 2021-03-15 21:35:19 -07:00
  • a295828e4a Merge pull request #4518 from jeremyrempel:updatejcenter Glide 2021-03-15 16:52:43 -07:00
  • 627d04af1e Optimized RequestTracker by using a Set instead of a List to track pendingRequests. This makes cancelling an incomplete request O(1) instead of O(n), by making remove()-by-value an O(1) function call. yorick 2021-03-11 17:51:28 -08:00
  • 4ee9758ad3 Update Volley version to 1.2.0 Sam Judd 2021-03-11 10:14:52 -08:00
  • 0d3204907f remove jcenter reference Jeremy Rempel 2021-03-09 00:27:40 -05:00
  • 7b27d5efc4 fix:fix format error reported by spotlessApply skyinu 2021-03-06 15:48:31 +08:00
  • 0c0087b6cf feat:add a new preferred ColorSpace - NULL skyinu 2021-03-06 15:31:56 +08:00
  • 0248e2ec93 ...internal test... test_360970833 Sam Judd 2021-03-04 11:58:10 -08:00
  • d26c19d9ad Internal change test_359813168 Sam Judd 2021-02-26 12:22:00 -08:00
  • 9f81339064 Internal change Sam Judd 2021-02-23 16:34:16 -08:00
  • 4b48ea3aa6 Merge pull request #4484 from EwoutH:gradle-5.6.4 Glide 2021-02-12 11:23:45 -08:00
  • d521baa031 Merge pull request #4493 from sjudd:bump_version_to_4.13.0-SNAPSHOT Glide 2021-02-01 16:16:58 -08:00
  • b0dc133d72 Bump version to 4.13.0-SNAPSHOT Sam Judd 2021-02-01 15:25:33 -08:00
  • 384617791a Merge pull request #4486 from sjudd:bump_version_to_4.12.0 v4.12.0 Glide 2021-01-29 14:56:52 -08:00
  • 743cb00c7b Bump version to 4.12.0 Sam Judd 2021-01-29 13:47:20 -08:00
  • 10b92e7b03 Update to Gradle 5.6.4 Ewout ter Hoeven 2021-01-27 13:18:23 +01:00
  • 5acc99f8fc Minimize stat() syscall on Glide init. Sam Judd 2021-01-13 10:52:18 -08:00
  • 8f770797ef s/RuntimeEnvironment.application/ApplicationProvider.getApplicationContext()/g Sam Judd 2021-01-11 10:35:10 -08:00
  • e2a467ddb7 s/RuntimeEnvironment.application/ApplicationProvider.getApplicationContext()/g Sam Judd 2021-01-08 10:57:59 -08:00
  • 8f31fe15bb s/RuntimeEnvironment.application/ApplicationProvider.getApplicationContext()/g Sam Judd 2021-01-07 13:16:23 -08:00
  • 59ec98c505 Make Exception wrapper throw instead of returning -1/0 Sam Judd 2021-01-06 11:27:25 -08:00
  • 2b61482baa Reset mark position after skipping past the mark limit. Any later reset will throw instead of leaving the stream in a bad/undefined state. Sam Judd 2020-12-28 12:16:39 -08:00
  • 11530fd769 Make RequestBuilder consistently support lock and autoClone Sam Judd 2020-12-16 12:52:53 -08:00
  • 332807aed4 Add missing mutable instance variables to RequestBuilder#clone Sam Judd 2020-12-04 11:27:05 -08:00
  • 62949925b8 Internal change test_345576675 Sam Judd 2020-12-03 18:07:59 -08:00
  • cfa8aaca41 Add Generated annotations to stuff generated by glide. test_344455327 Sam Judd 2020-11-26 14:22:16 -08:00
  • 0b55c8860b Experimental callback API that is called when the model is about to start loading. test_345535443 Sam Judd 2020-12-03 14:26:59 -08:00
  • e464e01e05 Improve VideoDecoder error messages in Glide. Sam Judd 2020-12-01 16:12:46 -08:00
  • e442557fc5 Avoid assertions on model type in .error() Sam Judd 2020-12-01 13:19:02 -08:00
  • b8570b177a Merge pull request #4418 from sjudd:github_actions Glide 2020-11-24 10:20:55 -08:00
  • dbdb62c4cb Switch to Github Actions CI. Sam Judd 2020-11-23 14:45:17 -08:00
  • d1aacb5e11 Add shortcut for starting an identical error request with a different model. Sam Judd 2020-11-18 17:58:38 -08:00
  • 675caf838e Internal Change test_343184660 Sam Judd 2020-11-18 16:50:55 -08:00
  • b451065702 Reset frame state after UI_HIDDEN and minor cleanup. Sam Judd 2020-11-16 18:41:27 -08:00
  • 410ab7e22a Add support for multiple identical Keys in KeyTester regression tests. Sam Judd 2020-11-16 17:52:03 -08:00
  • 5bd5c3824c Internal Change test_342169684 Sam Judd 2020-11-12 17:47:45 -08:00
  • 84519f7e93 Internal change test_342169680 Sam Judd 2020-11-12 17:47:44 -08:00
  • cbe5877ddb Add more extensive equals testing to KeyTester Sam Judd 2020-11-12 18:42:02 -08:00
  • e41550de5d Merge pull request #4389 from sjudd:safe_search_flickr Glide 2020-11-02 14:19:24 -08:00
  • f007af2d68 Change default search to "airplanes" in Flickr's commons project. Sam Judd 2020-10-27 22:42:57 -07:00
  • e9e5a2e094 Don't 'claim' annotations in annotation processors Liam Miller-Cushon 2020-10-21 11:06:50 -07:00
  • ddb3934a3d Update low FD count hardcoded hardware Bitmap blacklist. Sam Judd 2020-10-19 17:29:27 -07:00
  • 90a657b659 Update LG HAL hardcoded hardware bitmap blacklist. Sam Judd 2020-10-19 14:35:49 -07:00
  • 7d7042c4f1 Avoid using frame waiting on Q+ Sam Judd 2020-10-19 14:32:27 -07:00
  • b0a7efecf5 Add a method of frame waiting that resets when we get certain trim memory callbacks. Sam Judd 2020-10-19 14:01:31 -07:00
  • 6d7c484900 Add Experiments class to Glide. Sam Judd 2020-10-16 12:30:20 -07:00
  • 9c6eae7dcc Merge pull request #4354 from T45K:make_consistent Glide 2020-09-24 12:34:43 -07:00
  • 7c661e51d5 Refactoring other methods T45K 2020-09-24 09:56:31 +09:00
  • d197fe7c0b modify LocalUriFetcher T45K 2020-09-24 09:30:56 +09:00
  • 95b7ca95f6 Move statement T45K 2020-09-23 16:34:31 +09:00
  • 50ebdbff0b Merge pull request #4352 from dlew:dlew/deduplicate-http-uri-loaders Glide 2020-09-22 11:55:52 -07:00
  • e0d19643b0 Fix typos (#4348) Android Dev Notes 2020-09-22 22:50:25 +05:30
  • 8ab09c18e8 Deduplicate HTTP Uri ModelLoaders Dan Lew 2020-08-19 10:24:45 -05:00
  • a3a3a6573a Rollforward after disabling first frame waiter < O (hardware Bitmaps require O+ anyway). Sam Judd 2020-09-14 10:35:32 -07:00
  • 7b40fd253c Suppress violations of TruthIncompatibleType. Sam Judd 2020-09-14 09:45:22 -07:00
  • 8584b450f3 Wait for the app to render at least one frame before enabling Hardware bitmaps. Sam Judd 2020-09-11 12:41:27 -07:00
  • edd96d8002 Wait for the app to render at least one frame before enabling Hardware bitmaps. Sam Judd 2020-09-09 18:15:46 -07:00
  • e7d16d7108 Internal Change Sam Judd 2020-09-02 14:34:17 -07:00
  • 6aa7ad274a Fix class cast exception in Registry#setResosurceDecoderBucketPriorityList Sam Judd 2020-08-11 16:19:16 -07:00
  • 93a2d0e537 Fix parameter comments that don't match the formal parameter name Liam Miller-Cushon 2020-08-03 17:00:39 -07:00
  • eb30d52215 Internal change Sam Judd 2020-07-21 14:29:50 -07:00
  • 67b01f62c0 Add thumbnail method that takes in a list Sam Judd 2020-07-07 14:19:13 -07:00
  • d84034def3 Add isAlternateCacheKey to a new ExperimentalRequestListener interface. Sam Judd 2020-07-01 14:49:57 -07:00
  • 85868bdb31 Update Glide's exif interface version to 1.2.0 Sam Judd 2020-06-24 10:57:55 -07:00
  • de73024872 Avoid adding multiple pre draw listeners in Glide. test_317950388 judds 2020-06-23 15:27:31 -07:00
  • 8e25211a51 Merge pull request #4243 from dalinaum:patch-2 Glide 2020-06-23 14:17:13 -07:00
  • a6f7755d93 Internal change Sam Judd 2020-06-18 11:43:46 -07:00
  • 4619254947 Internal change Sam Judd 2020-06-17 10:41:57 -07:00
  • 25c84ec611 Fix a small typo in Glide's DecodeFormat javadoc Sam Judd 2020-06-15 12:02:27 -07:00
  • 5aa0b4f8e9 Stop running monkeyrunner on Glide's sample apps Sam Judd 2020-06-15 11:49:14 -07:00
  • f2419933e0 Update README.md LYK 2020-06-04 17:55:36 +09:00
  • 1cfbe3c6ff Merge pull request #4241 from sjudd:add_test_for_no_duplicate_fragments Glide 2020-06-02 17:28:24 -07:00
  • 7361ab9981 Merge pull request #4225 from carlonzo:update-proguard-readme Glide 2020-06-02 16:54:37 -07:00
  • 9dcc0a1dcb Merge pull request #4240 from sjudd:avoid_notifying_connectivity_monitor_on_start Glide 2020-06-02 16:51:21 -07:00
  • 14a0e1acd0 Only start RequestManagers, not lifecycles when creating with visible parents Sam Judd 2020-06-01 15:35:44 -07:00
  • 1d6781f767 Add test for Glide.with before Activity's super.onCreate call Sam Judd 2020-05-12 13:37:47 -07:00
  • f903a73283 Add a new experimental hardware bitmap fd limit parameter to Glide. Sam Judd 2020-05-27 12:48:19 -07:00
  • a77ed9003d Add an experimental option to Glide to avoid hardware Bitmaps until after the first frame. Sam Judd 2020-05-26 17:42:57 -07:00
  • d653fc42ef Update README.md with updated proguard rules Carlo Marinangeli 2020-05-19 12:57:39 +04:00
  • 0429ea9bff Merge pull request #4193 from dalinaum:on_frame_ready_before_visible Glide 2020-05-18 17:05:43 -07:00
  • b8ffc23e92 Merge pull request #4214 from chggr:svg-sample Glide 2020-05-15 16:19:07 -07:00
  • a6ef6eae08 Merge pull request #4218 from sjudd:fix_duplicate_adds_different_activity_types Sam Judd 2020-05-15 14:56:33 -07:00
  • fb57ce913b Merge pull request #4217 from sjudd:fix_cronet_min_sdk Sam Judd 2020-05-15 14:54:12 -07:00
  • 8f354dc527 Check if Activitys are FragmentActivities in RequestManagerRetriever Sam Judd 2020-05-12 12:06:27 -07:00
  • 1ae9a2af4e Avoid IllegalArgumentException in GifFrameLoader. LYK 2020-04-22 12:36:39 +09:00
  • 940b49b0c0 Set cronet integration library min sdk to 16 Sam Judd 2020-05-12 12:01:34 -07:00
  • 5a814a1ca4 Add support for width / height to the SvgDecoder Christos Gkekas 2020-05-11 15:05:20 +01:00
  • 1caeff4bf1 Add mock utility methods for Glide's various builder classes Sam Judd 2020-04-17 12:04:49 -07:00
  • 00d8fce1ca Copybara import of the project: Sam Judd 2020-04-16 19:18:04 -07:00
  • f9095c67a4 Merge pull request #4167 from opayen:master Glide 2020-04-16 17:50:55 -07:00