• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zulip / zulip-mobile / 7461
47%

Build:
DEFAULT BRANCH: master
Ran 17 Nov 2018 01:07AM UTC
Jobs 1
Files 367
Run time 21s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
7461

push

travis-ci

gnprice
android: Fix label of intent filter.

This `android:label` attribute is "used when [the app or activity] is
presented to the user as having the capability described by the
filter".  In other words it's a user-facing message -- so the current
value is not at all a good one.

Concretely, in this case, it's used in the OAuth functionality.  So
after selecting account in the browser, user is redirected to the app
with this intent. If multiple apps are capable of taking this intent
(like in our case when both release and debug builds are installed in
the phone), then a pop up is shown by the phone OS, letting user to
select with which app he wants to proceed. And this label is used in
this pop up. `filter_react_native` is totally irrelevant, so change it
to something relevant, which can be used to differentiate both the
apps in the phone.

Fortunately, this message never seems to actually be shown unless two
different things advertise this "capability", which in this case
basically only happens when both the release and debug builds of the
app are installed.  So only us developers of the app actually see it.
Still, no need to have a confusing value like this one.

The default behavior is simply to take `android:label` from the parent
component (here, the activity), or else from the application.  Those
are set nicely to "Zulip" or "Zulip (debug)"; so just leave it at that.

[greg: revised explanation in commit message]

1415 of 2959 branches covered (47.82%)

Branch coverage included in aggregate %.

4826 of 6590 relevant lines covered (73.23%)

37.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7461.1 (COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv) 17 Nov 2018 01:07AM UTC 0
65.36
Travis Job 7461.1
Source Files on build 7461
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7461
  • 1237c8a6 on github
  • Prev Build on master (#7457)
  • Next Build on master (#7463)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc